#1D427C

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

Shades of Dark Cerulean #1D427C

Tints of Dark Cerulean #1D427C

Color information

#1D427C (or 0x1D427C) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 42 and 7C. RGB value is (29,66,124). Sum of RGB (Red+Green+Blue) = 29+66+124=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D427C is #E2BD83. Grayscale: #3D3D3D. Windows color (decimal): -14859652 or 8143389. OLE color: 8143389.

HSL color Cylindrical-coordinate representation of color #1D427C: hue angle of 216.63º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D427C is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2966124-
CMYK0.770.4700.51
HSL216.63º62.09%30%-
HSV(B)216.63º76.61%48.63%-
XYZ6.095.6119.83-
YUV61.55163.24104.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=13.24%
G=30.14%
B=56.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29661240.770.4700.51216.6362.0930
Hex1D427C4D2F033d93e1e
Octal35102174115570633317636
Binary1110110000101111100100110110111101100111101100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,124); }

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

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

 a { background-color: rgb(29,66,124); }

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

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

 span { border-color: rgb(29,66,124); }

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