#1D7EAD

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

Shades of Cerulean #1D7EAD

Tints of Cerulean #1D7EAD

Color information

#1D7EAD (or 0x1D7EAD) is unknown color: approx Cerulean. HEX triplet: 1D, 7E and AD. RGB value is (29,126,173). Sum of RGB (Red+Green+Blue) = 29+126+173=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D7EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7EAD is #E28152. Grayscale: #666666. Windows color (decimal): -14844243 or 11370013. OLE color: 11370013.

HSL color Cylindrical-coordinate representation of color #1D7EAD: hue angle of 199.58º 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 #1D7EAD is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB29126173-
CMYK0.830.2700.32
HSL199.58º71.29%39.61%-
HSV(B)199.58º83.24%67.84%-
XYZ15.5118.242.23-
YUV102.35167.8675.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.84%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=8.84%
G=38.41%
B=52.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291261730.830.2700.32199.5871.2939.61
Hex1D7EAD531B020c84728
Octal351762551233304031010750
Binary111011111110101011011010011110110100000110010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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