Html Css Color HEX #085FA5 Cobalt

📋 copy color: '#085FA5'

red 8 ◦ green 95 ◦ blue 165

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

Shades of Cobalt #085FA5

Tints of Cobalt #085FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 61.57%

R = 2.99%
G = 35.45%
B = 61.57%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#085FA5 (or 0x085FA5) is known color: Cobalt. HEX triplet: 08, 5F and A5. RGB value is (8,95,165). Sum of RGB (Red+Green+Blue) = 8+95+165=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #085FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085FA5 is #F7A05A. Grayscale: #4C4C4C. Windows color (decimal): -16228443 or 10837768. OLE color: 10837768.

HSL color Cylindrical-coordinate representation of color #085FA5: hue angle of 206.75º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085FA5 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 95 165 -
CMYK 0.95 0.42 0 0.35
HSL 206.75º 0.91% 0.34% -
HSV(B) 206.75º 0.95% 0.65% -
XYZ 10.98 10.95 37.13 -
YUV 76.97 177.68 78.81 -
System Red Green Blue C M Y K H S L
Decimal 8 95 165 0.95 0.42 0 0.35 206.75 0.91 0.34
Hex 8 5F A5 5F 2A 0 23 CF 5B 22
Octal 10 137 245 137 52 0 43 317 133 42
Binary 1000 1011111 10100101 1011111 101010 0 100011 11001111 1011011 100010

Color Harmonies of #085FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FA5

Black with #085FA5

Text Example


Text Example

White with #085FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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