#045097

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

Shades of Cobalt #045097

Tints of Cobalt #045097

Color information

#045097 (or 0x045097) is unknown color: approx Cobalt. HEX triplet: 04, 50 and 97. RGB value is (4,80,151). Sum of RGB (Red+Green+Blue) = 4+80+151=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #045097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045097 is #FBAF68. Grayscale: #414141. Windows color (decimal): -16494441 or 9916420. OLE color: 9916420.

HSL color Cylindrical-coordinate representation of color #045097: hue angle of 208.98º 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 #045097 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB480151-
CMYK0.970.4700.41
HSL208.98º94.84%30.39%-
HSV(B)208.98º97.35%59.22%-
XYZ8.5830.37-
YUV65.37176.3284.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 64.26%
R=1.70%
G=34.04%
B=64.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4801510.970.4700.41208.9894.8430.39
Hex45097612F029d15f1e
Octal41202271415705132113736
Binary1001010000100101111100001101111010100111010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045097; }

 p { color: rgb(4,80,151); }

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

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

 a { background-color: rgb(4,80,151); }

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

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

 span { border-color: rgb(4,80,151); }

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