#05427C

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

Shades of Dark Cerulean #05427C

Tints of Dark Cerulean #05427C

Color information

#05427C (or 0x05427C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 7C. RGB value is (5,66,124). Sum of RGB (Red+Green+Blue) = 5+66+124=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #05427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05427C is #FABD83. Grayscale: #363636. Windows color (decimal): -16432516 or 8143365. OLE color: 8143365.

HSL color Cylindrical-coordinate representation of color #05427C: hue angle of 209.24º 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 #05427C is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB566124-
CMYK0.960.4700.51
HSL209.24º92.25%25.29%-
HSV(B)209.24º95.97%48.63%-
XYZ5.655.3819.81-
YUV54.37167.2992.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=2.56%
G=33.85%
B=63.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5661240.960.4700.51209.2492.2525.29
Hex5427C602F033d15c19
Octal51021741405706332113431
Binary101100001011111001100000101111011001111010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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