Html Css Color HEX #085C9E Cobalt

📋 copy color: '#085C9E'

red 8 ◦ green 92 ◦ blue 158

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

Shades of Cobalt #085C9E

Tints of Cobalt #085C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

 BLUE value IS 158 (62.11% from 255) = 61.24%

R = 3.1%
G = 35.66%
B = 61.24%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#085C9E (or 0x085C9E) is known color: Cobalt. HEX triplet: 08, 5C and 9E. RGB value is (8,92,158). Sum of RGB (Red+Green+Blue) = 8+92+158=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #085C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C9E is #F7A361. Grayscale: #4A4A4A. Windows color (decimal): -16229218 or 10378248. OLE color: 10378248.

HSL color Cylindrical-coordinate representation of color #085C9E: hue angle of 206.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085C9E is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 92 158 -
CMYK 0.95 0.42 0 0.38
HSL 206.4º 0.9% 0.33% -
HSV(B) 206.4º 0.95% 0.62% -
XYZ 10.1 10.17 33.78 -
YUV 74.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 8 92 158 0.95 0.42 0 0.38 206.4 0.9 0.33
Hex 8 5C 9E 5F 2A 0 26 CE 5A 21
Octal 10 134 236 137 52 0 46 316 132 41
Binary 1000 1011100 10011110 1011111 101010 0 100110 11001110 1011010 100001

Color Harmonies of #085C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C9E

Black with #085C9E

Text Example


Text Example

White with #085C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085C9E; }

 p { color: rgb(8,92,158); }

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

background-color css

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

 a { background-color: rgb(8,92,158); }

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

border-color css

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

 span { border-color: rgb(8,92,158); }

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