#05437C

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

Shades of Dark Cerulean #05437C

Tints of Dark Cerulean #05437C

Color information

#05437C (or 0x05437C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 43 and 7C. RGB value is (5,67,124). Sum of RGB (Red+Green+Blue) = 5+67+124=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #05437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05437C is #FABC83. Grayscale: #363636. Windows color (decimal): -16432260 or 8143621. OLE color: 8143621.

HSL color Cylindrical-coordinate representation of color #05437C: hue angle of 208.74º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05437C is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB567124-
CMYK0.960.4600.51
HSL208.74º92.25%25.29%-
HSV(B)208.74º95.97%48.63%-
XYZ5.715.519.83-
YUV54.96166.9692.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 124 (48.83% from 255) = 63.27%
R=2.55%
G=34.18%
B=63.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5671240.960.4600.51208.7492.2525.29
Hex5437C602E033d15c19
Octal51031741405606332113431
Binary101100001111111001100000101110011001111010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05437C; }

 p { color: rgb(5,67,124); }

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

<style>
 a { background-color: #05437C; }

 a { background-color: rgb(5,67,124); }

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

<style>
 span { border-color: #05437C; }

 span { border-color: rgb(5,67,124); }

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