Html Css Color HEX #085D9B Cobalt

📋 copy color: '#085D9B'

red 8 ◦ green 93 ◦ blue 155

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

Shades of Cobalt #085D9B

Tints of Cobalt #085D9B

RGB

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

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

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

R = 3.13%
G = 36.33%
B = 60.55%

CMYK

 C value IS 0.95

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#085D9B (or 0x085D9B) is known color: Cobalt. HEX triplet: 08, 5D and 9B. RGB value is (8,93,155). Sum of RGB (Red+Green+Blue) = 8+93+155=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #085D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085D9B is #F7A264. Grayscale: #4A4A4A. Windows color (decimal): -16228965 or 10181896. OLE color: 10181896.

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

Color convert

RGB 8 93 155 -
CMYK 0.95 0.4 0 0.39
HSL 205.31º 0.9% 0.32% -
HSV(B) 205.31º 0.95% 0.61% -
XYZ 9.93 10.25 32.46 -
YUV 74.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 8 93 155 0.95 0.4 0 0.39 205.31 0.9 0.32
Hex 8 5D 9B 5F 28 0 27 CD 5A 20
Octal 10 135 233 137 50 0 47 315 132 40
Binary 1000 1011101 10011011 1011111 101000 0 100111 11001101 1011010 100000

Color Harmonies of #085D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D9B

Black with #085D9B

Text Example


Text Example

White with #085D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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