#085397

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

Shades of Cobalt #085397

Tints of Cobalt #085397

Color information

#085397 (or 0x085397) is unknown color: approx Cobalt. HEX triplet: 08, 53 and 97. RGB value is (8,83,151). Sum of RGB (Red+Green+Blue) = 8+83+151=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #085397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085397 is #F7AC68. Grayscale: #434343. Windows color (decimal): -16231529 or 9917192. OLE color: 9917192.

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

Color convert

RGB883151-
CMYK0.950.4500.41
HSL208.53º89.94%31.18%-
HSV(B)208.53º94.7%59.22%-
XYZ8.788.4730.45-
YUV68.33174.6584.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=3.31%
G=34.30%
B=62.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8831510.950.4500.41208.5389.9431.18
Hex853975F2D029d15a1f
Octal101232271375505132113237
Binary10001010011100101111011111101101010100111010001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085397; }

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

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

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

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

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

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

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

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