#045397

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

Shades of Cobalt #045397

Tints of Cobalt #045397

Color information

#045397 (or 0x045397) is unknown color: approx Cobalt. HEX triplet: 04, 53 and 97. RGB value is (4,83,151). Sum of RGB (Red+Green+Blue) = 4+83+151=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #045397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045397 is #FBAC68. Grayscale: #424242. Windows color (decimal): -16493673 or 9917188. OLE color: 9917188.

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

Color convert

RGB483151-
CMYK0.970.4500.41
HSL207.76º94.84%30.39%-
HSV(B)207.76º97.35%59.22%-
XYZ8.738.4530.45-
YUV67.13175.3382.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 151 (59.38% from 255) = 63.45%
R=1.68%
G=34.87%
B=63.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4831510.970.4500.41207.7694.8430.39
Hex45397612D029d05f1e
Octal41232271415505132013736
Binary1001010011100101111100001101101010100111010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045397; }

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

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

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

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

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

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

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

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