#045596

Color #045596 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #045596

Tints of Cobalt #045596

Color information

#045596 (or 0x045596) is unknown color: approx Cobalt. HEX triplet: 04, 55 and 96. RGB value is (4,85,150). Sum of RGB (Red+Green+Blue) = 4+85+150=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #045596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045596 is #FBAA69. Grayscale: #434343. Windows color (decimal): -16493162 or 9852164. OLE color: 9852164.

HSL color Cylindrical-coordinate representation of color #045596: hue angle of 206.71º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045596 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB485150-
CMYK0.970.4300.41
HSL206.71º94.81%30.2%-
HSV(B)206.71º97.33%58.82%-
XYZ8.88.7230.07-
YUV68.19174.1682.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=1.67%
G=35.56%
B=62.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4851500.970.4300.41206.7194.8130.2
Hex45596612B029cf5f1e
Octal41252261415305131713736
Binary1001010101100101101100001101011010100111001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045596; }

 p { color: rgb(4,85,150); }

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

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

 a { background-color: rgb(4,85,150); }

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

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

 span { border-color: rgb(4,85,150); }

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