#045C9C

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

Shades of Cobalt #045C9C

Tints of Cobalt #045C9C

Color information

#045C9C (or 0x045C9C) is unknown color: approx Cobalt. HEX triplet: 04, 5C and 9C. RGB value is (4,92,156). Sum of RGB (Red+Green+Blue) = 4+92+156=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #045C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C9C is #FBA363. Grayscale: #484848. Windows color (decimal): -16491364 or 10247172. OLE color: 10247172.

HSL color Cylindrical-coordinate representation of color #045C9C: hue angle of 205.26º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045C9C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB492156-
CMYK0.970.4100.39
HSL205.26º95%31.37%-
HSV(B)205.26º97.44%61.18%-
XYZ9.8810.0832.88-
YUV72.98174.8578.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=1.59%
G=36.51%
B=61.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4921560.970.4100.39205.269531.37
Hex45C9C6129027cd5f1f
Octal41342341415104731513737
Binary1001011100100111001100001101001010011111001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045C9C; }

 p { color: rgb(4,92,156); }

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

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

 a { background-color: rgb(4,92,156); }

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

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

 span { border-color: rgb(4,92,156); }

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