#1D4375

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

Shades of Dark Cerulean #1D4375

Tints of Dark Cerulean #1D4375

Color information

#1D4375 (or 0x1D4375) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 43 and 75. RGB value is (29,67,117). Sum of RGB (Red+Green+Blue) = 29+67+117=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4375 is #E2BC8A. Grayscale: #3D3D3D. Windows color (decimal): -14859403 or 7684893. OLE color: 7684893.

HSL color Cylindrical-coordinate representation of color #1D4375: hue angle of 214.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4375 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2967117-
CMYK0.750.4300.54
HSL214.09º60.27%28.63%-
HSV(B)214.09º75.21%45.88%-
XYZ5.725.5617.6-
YUV61.34159.41104.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=13.62%
G=31.46%
B=54.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29671170.750.4300.54214.0960.2728.63
Hex1D43754B2B036d63c1d
Octal35103165113530663267435
Binary1110110000111110101100101110101101101101101011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,117); }

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

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

 a { background-color: rgb(29,67,117); }

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

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

 span { border-color: rgb(29,67,117); }

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