Html Css Color HEX #085998 Cobalt

📋 copy color: '#085998'

red 8 ◦ green 89 ◦ blue 152

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

Shades of Cobalt #085998

Tints of Cobalt #085998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 152 (59.77% from 255) = 61.04%

R = 3.21%
G = 35.74%
B = 61.04%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#085998 (or 0x085998) is known color: Cobalt. HEX triplet: 08, 59 and 98. RGB value is (8,89,152). Sum of RGB (Red+Green+Blue) = 8+89+152=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #085998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085998 is #F7A667. Grayscale: #474747. Windows color (decimal): -16229992 or 9984264. OLE color: 9984264.

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

Color convert

RGB 8 89 152 -
CMYK 0.95 0.41 0 0.40
HSL 206.25º 0.9% 0.31% -
HSV(B) 206.25º 0.95% 0.6% -
XYZ 9.34 9.46 31.04 -
YUV 71.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 8 89 152 0.95 0.41 0 0.40 206.25 0.9 0.31
Hex 8 59 98 5F 29 0 28 CE 5A 1F
Octal 10 131 230 137 51 0 50 316 132 37
Binary 1000 1011001 10011000 1011111 101001 0 101000 11001110 1011010 11111

Color Harmonies of #085998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085998

Black with #085998

Text Example


Text Example

White with #085998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085998; }

 p { color: rgb(8,89,152); }

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

background-color css

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

 a { background-color: rgb(8,89,152); }

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

border-color css

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

 span { border-color: rgb(8,89,152); }

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