#1D4CAD

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

Shades of Cerulean Blue #1D4CAD

Tints of Cerulean Blue #1D4CAD

Color information

#1D4CAD (or 0x1D4CAD) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 4C and AD. RGB value is (29,76,173). Sum of RGB (Red+Green+Blue) = 29+76+173=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D4CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4CAD is #E2B352. Grayscale: #484848. Windows color (decimal): -14857043 or 11357213. OLE color: 11357213.

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

Color convert

RGB2976173-
CMYK0.830.5600.32
HSL220.42º71.29%39.61%-
HSV(B)220.42º83.24%67.84%-
XYZ10.638.4540.61-
YUV73184.4396.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=10.43%
G=27.34%
B=62.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29761730.830.5600.32220.4271.2939.61
Hex1D4CAD5338020dc4728
Octal351142551237004033410750
Binary1110110011001010110110100111110000100000110111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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