#05447C

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

Shades of Dark Cerulean #05447C

Tints of Dark Cerulean #05447C

Color information

#05447C (or 0x05447C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 44 and 7C. RGB value is (5,68,124). Sum of RGB (Red+Green+Blue) = 5+68+124=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #05447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05447C is #FABB83. Grayscale: #373737. Windows color (decimal): -16432004 or 8143877. OLE color: 8143877.

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

Color convert

RGB568124-
CMYK0.960.4500.51
HSL208.24º92.25%25.29%-
HSV(B)208.24º95.97%48.63%-
XYZ5.775.6219.85-
YUV55.55166.6391.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=2.54%
G=34.52%
B=62.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5681240.960.4500.51208.2492.2525.29
Hex5447C602D033d05c19
Octal51041741405506332013431
Binary101100010011111001100000101101011001111010000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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