Html Css Color HEX #085F9B Cobalt

📋 copy color: '#085F9B'

red 8 ◦ green 95 ◦ blue 155

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

Shades of Cobalt #085F9B

Tints of Cobalt #085F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 3.1%
G = 36.82%
B = 60.08%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#085F9B (or 0x085F9B) is known color: Cobalt. HEX triplet: 08, 5F and 9B. RGB value is (8,95,155). Sum of RGB (Red+Green+Blue) = 8+95+155=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #085F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F9B is #F7A064. Grayscale: #4B4B4B. Windows color (decimal): -16228453 or 10182408. OLE color: 10182408.

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

Color convert

RGB 8 95 155 -
CMYK 0.95 0.39 0 0.39
HSL 204.49º 0.9% 0.32% -
HSV(B) 204.49º 0.95% 0.61% -
XYZ 10.11 10.6 32.52 -
YUV 75.83 172.68 79.62 -
System Red Green Blue C M Y K H S L
Decimal 8 95 155 0.95 0.39 0 0.39 204.49 0.9 0.32
Hex 8 5F 9B 5F 27 0 27 CC 5A 20
Octal 10 137 233 137 47 0 47 314 132 40
Binary 1000 1011111 10011011 1011111 100111 0 100111 11001100 1011010 100000

Color Harmonies of #085F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F9B

Black with #085F9B

Text Example


Text Example

White with #085F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,155); }

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

background-color css

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

 a { background-color: rgb(8,95,155); }

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

border-color css

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

 span { border-color: rgb(8,95,155); }

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