Html Css Color HEX #085898 Cobalt

📋 copy color: '#085898'

red 8 ◦ green 88 ◦ blue 152

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

Shades of Cobalt #085898

Tints of Cobalt #085898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

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

R = 3.23%
G = 35.48%
B = 61.29%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#085898 (or 0x085898) is known color: Cobalt. HEX triplet: 08, 58 and 98. RGB value is (8,88,152). Sum of RGB (Red+Green+Blue) = 8+88+152=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #085898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085898 is #F7A767. Grayscale: #474747. Windows color (decimal): -16230248 or 9984008. OLE color: 9984008.

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

Color convert

RGB 8 88 152 -
CMYK 0.95 0.42 0 0.40
HSL 206.67º 0.9% 0.31% -
HSV(B) 206.67º 0.95% 0.6% -
XYZ 9.26 9.3 31.01 -
YUV 71.38 173.5 82.8 -
System Red Green Blue C M Y K H S L
Decimal 8 88 152 0.95 0.42 0 0.40 206.67 0.9 0.31
Hex 8 58 98 5F 2A 0 28 CF 5A 1F
Octal 10 130 230 137 52 0 50 317 132 37
Binary 1000 1011000 10011000 1011111 101010 0 101000 11001111 1011010 11111

Color Harmonies of #085898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085898

Black with #085898

Text Example


Text Example

White with #085898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085898; }

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

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

background-color css

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

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

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

border-color css

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

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

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