#1d85ad

Color #1D85AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D85AD

Tints of Pelorous #1D85AD

Color information

#1D85AD (or 0x1D85AD) is unknown color: approx Pelorous. HEX triplet: 1D, 85 and AD. RGB value is (29,133,173). Sum of RGB (Red+Green+Blue) = 29+133+173=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D85AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D85AD is #E27A52. Grayscale: #6A6A6A. Windows color (decimal): -14842451 or 11371805. OLE color: 11371805.

HSL color Cylindrical-coordinate representation of color #1D85AD: hue angle of 196.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D85AD is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB29133173-
CMYK0.830.2300.32
HSL196.67º71.29%39.61%-
HSV(B)196.67º83.24%67.84%-
XYZ16.4420.0542.54-
YUV106.46165.5472.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 8.66%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=8.66%
G=39.70%
B=51.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291331730.830.2300.32196.6771.2939.61
Hex1D85AD5317020c54728
Octal352052551232704030510750
Binary1110110000101101011011010011101110100000110001011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d85ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1d85ad; }

 p { color: rgb(29,133,173); }

 H1.HeaderClassName
 {
   color: #1d85ad;
 }
 .AnyTagClassName
 {
   color: #1d85ad;
 }
</style>
background-color css

<style>
 a { background-color: #1d85ad; }

 a { background-color: rgb(29,133,173); }

 div.DivClassName
 {
   background-color: #1d85ad;
 }
 .BgClassName
 {
   background-color: #1d85ad;
 }
</style>
border-color css

<style>
 span { border-color: #1d85ad; }

 span { border-color: rgb(29,133,173); }

 td.TdClassName
 {
   border-color: #1d85ad;
 }
 .TagClassName
 {
   border-color: #1d85ad;
 }
</style>