Html Css Color HEX #085A9C Cobalt

📋 copy color: '#085A9C'

red 8 ◦ green 90 ◦ blue 156

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

Shades of Cobalt #085A9C

Tints of Cobalt #085A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 3.15%
G = 35.43%
B = 61.42%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#085A9C (or 0x085A9C) is known color: Cobalt. HEX triplet: 08, 5A and 9C. RGB value is (8,90,156). Sum of RGB (Red+Green+Blue) = 8+90+156=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #085A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A9C is #F7A563. Grayscale: #484848. Windows color (decimal): -16229732 or 10246664. OLE color: 10246664.

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

Color convert

RGB 8 90 156 -
CMYK 0.95 0.42 0 0.39
HSL 206.76º 0.9% 0.32% -
HSV(B) 206.76º 0.95% 0.61% -
XYZ 9.76 9.76 32.82 -
YUV 73.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 8 90 156 0.95 0.42 0 0.39 206.76 0.9 0.32
Hex 8 5A 9C 5F 2A 0 27 CF 5A 20
Octal 10 132 234 137 52 0 47 317 132 40
Binary 1000 1011010 10011100 1011111 101010 0 100111 11001111 1011010 100000

Color Harmonies of #085A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A9C

Black with #085A9C

Text Example


Text Example

White with #085A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,156); }

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

background-color css

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

 a { background-color: rgb(8,90,156); }

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

border-color css

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

 span { border-color: rgb(8,90,156); }

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