Html Css Color HEX #085096 Cobalt

📋 copy color: '#085096'

red 8 ◦ green 80 ◦ blue 150

#085096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #085096

Tints of Cobalt #085096

RGB

 RED value IS 8 (3.52% from 255) = 3.36%

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 150 (58.98% from 255) = 63.03%

R = 3.36%
G = 33.61%
B = 63.03%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085096 (or 0x085096) is known color: Cobalt. HEX triplet: 08, 50 and 96. RGB value is (8,80,150). Sum of RGB (Red+Green+Blue) = 8+80+150=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #085096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085096 is #F7AF69. Grayscale: #424242. Windows color (decimal): -16232298 or 9850888. OLE color: 9850888.

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

Color convert

RGB 8 80 150 -
CMYK 0.95 0.47 0 0.41
HSL 209.58º 0.9% 0.31% -
HSV(B) 209.58º 0.95% 0.59% -
XYZ 8.47 7.99 29.95 -
YUV 66.45 175.15 86.31 -
System Red Green Blue C M Y K H S L
Decimal 8 80 150 0.95 0.47 0 0.41 209.58 0.9 0.31
Hex 8 50 96 5F 2F 0 29 D2 5A 1F
Octal 10 120 226 137 57 0 51 322 132 37
Binary 1000 1010000 10010110 1011111 101111 0 101001 11010010 1011010 11111

Color Harmonies of #085096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085096

Black with #085096

Text Example


Text Example

White with #085096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085096; }

 p { color: rgb(8,80,150); }

 H1.HeaderClassName
 {
   color: #085096;
 }
 .AnyTagClassName
 {
   color: #085096;
 }
</style>

background-color css

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

 a { background-color: rgb(8,80,150); }

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

border-color css

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

 span { border-color: rgb(8,80,150); }

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