#05436C

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

Shades of Dark Cerulean #05436C

Tints of Dark Cerulean #05436C

Color information

#05436C (or 0x05436C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 43 and 6C. RGB value is (5,67,108). Sum of RGB (Red+Green+Blue) = 5+67+108=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #05436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05436C is #FABC93. Grayscale: #343434. Windows color (decimal): -16432276 or 7095045. OLE color: 7095045.

HSL color Cylindrical-coordinate representation of color #05436C: hue angle of 203.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05436C is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB567108-
CMYK0.950.3800.58
HSL203.88º91.15%22.16%-
HSV(B)203.88º95.37%42.35%-
XYZ4.785.1314.93-
YUV53.14158.9693.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 108 (42.58% from 255) = 60%
R=2.78%
G=37.22%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5671080.950.3800.58203.8891.1522.16
Hex5436C5F2603Acc5b16
Octal51031541374607231413326
Binary101100001111011001011111100110011101011001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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