Html Css Color HEX #085D9F Cobalt

📋 copy color: '#085D9F'

red 8 ◦ green 93 ◦ blue 159

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

Shades of Cobalt #085D9F

Tints of Cobalt #085D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.77%

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

R = 3.08%
G = 35.77%
B = 61.15%

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

#085D9F (or 0x085D9F) is known color: Cobalt. HEX triplet: 08, 5D and 9F. RGB value is (8,93,159). Sum of RGB (Red+Green+Blue) = 8+93+159=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #085D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085D9F is #F7A260. Grayscale: #4A4A4A. Windows color (decimal): -16228961 or 10444040. OLE color: 10444040.

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

Color convert

RGB 8 93 159 -
CMYK 0.95 0.42 0 0.38
HSL 206.23º 0.9% 0.33% -
HSV(B) 206.23º 0.95% 0.62% -
XYZ 10.27 10.38 34.26 -
YUV 75.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 8 93 159 0.95 0.42 0 0.38 206.23 0.9 0.33
Hex 8 5D 9F 5F 2A 0 26 CE 5A 21
Octal 10 135 237 137 52 0 46 316 132 41
Binary 1000 1011101 10011111 1011111 101010 0 100110 11001110 1011010 100001

Color Harmonies of #085D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D9F

Black with #085D9F

Text Example


Text Example

White with #085D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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