Html Css Color HEX #085F9F Cobalt

📋 copy color: '#085F9F'

red 8 ◦ green 95 ◦ blue 159

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

Shades of Cobalt #085F9F

Tints of Cobalt #085F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.69%

R = 3.05%
G = 36.26%
B = 60.69%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#085F9F (or 0x085F9F) is known color: Cobalt. HEX triplet: 08, 5F and 9F. RGB value is (8,95,159). Sum of RGB (Red+Green+Blue) = 8+95+159=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #085F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F9F is #F7A060. Grayscale: #4B4B4B. Windows color (decimal): -16228449 or 10444552. OLE color: 10444552.

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

Color convert

RGB 8 95 159 -
CMYK 0.95 0.40 0 0.38
HSL 205.43º 0.9% 0.33% -
HSV(B) 205.43º 0.95% 0.62% -
XYZ 10.45 10.74 34.32 -
YUV 76.28 174.68 79.3 -
System Red Green Blue C M Y K H S L
Decimal 8 95 159 0.95 0.40 0 0.38 205.43 0.9 0.33
Hex 8 5F 9F 5F 28 0 26 CD 5A 21
Octal 10 137 237 137 50 0 46 315 132 41
Binary 1000 1011111 10011111 1011111 101000 0 100110 11001101 1011010 100001

Color Harmonies of #085F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F9F

Black with #085F9F

Text Example


Text Example

White with #085F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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