#05467C

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

Shades of Dark Cerulean #05467C

Tints of Dark Cerulean #05467C

Color information

#05467C (or 0x05467C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 46 and 7C. RGB value is (5,70,124). Sum of RGB (Red+Green+Blue) = 5+70+124=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #05467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05467C is #FAB983. Grayscale: #383838. Windows color (decimal): -16431492 or 8144389. OLE color: 8144389.

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

Color convert

RGB570124-
CMYK0.960.4400.51
HSL207.23º92.25%25.29%-
HSV(B)207.23º95.97%48.63%-
XYZ5.895.8719.89-
YUV56.72165.9791.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=2.51%
G=35.18%
B=62.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5701240.960.4400.51207.2392.2525.29
Hex5467C602C033cf5c19
Octal51061741405406331713431
Binary101100011011111001100000101100011001111001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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