#1D4478

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

Shades of Dark Cerulean #1D4478

Tints of Dark Cerulean #1D4478

Color information

#1D4478 (or 0x1D4478) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 44 and 78. RGB value is (29,68,120). Sum of RGB (Red+Green+Blue) = 29+68+120=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4478 is #E2BB87. Grayscale: #3E3E3E. Windows color (decimal): -14859144 or 7881757. OLE color: 7881757.

HSL color Cylindrical-coordinate representation of color #1D4478: hue angle of 214.29º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4478 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2968120-
CMYK0.760.4300.53
HSL214.29º61.07%29.22%-
HSV(B)214.29º75.83%47.06%-
XYZ5.965.7518.57-
YUV62.27160.58104.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=13.36%
G=31.34%
B=55.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29681200.760.4300.53214.2961.0729.22
Hex1D44784C2B035d63d1d
Octal35104170114530653267535
Binary1110110001001111000100110010101101101011101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,120); }

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

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

 a { background-color: rgb(29,68,120); }

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

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

 span { border-color: rgb(29,68,120); }

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