Html Css Color HEX #0859AD Cobalt

📋 copy color: '#0859AD'

red 8 ◦ green 89 ◦ blue 173

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

Shades of Cobalt #0859AD

Tints of Cobalt #0859AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 2.96%
G = 32.96%
B = 64.07%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0859AD (or 0x0859AD) is known color: Cobalt. HEX triplet: 08, 59 and AD. RGB value is (8,89,173). Sum of RGB (Red+Green+Blue) = 8+89+173=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #0859AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0859AD is #F7A652. Grayscale: #494949. Windows color (decimal): -16229971 or 11360520. OLE color: 11360520.

HSL color Cylindrical-coordinate representation of color #0859AD: hue angle of 210.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0859AD is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 89 173 -
CMYK 0.95 0.49 0 0.32
HSL 210.55º 0.91% 0.35% -
HSV(B) 210.55º 0.95% 0.68% -
XYZ 11.22 10.21 40.92 -
YUV 74.36 183.66 80.67 -
System Red Green Blue C M Y K H S L
Decimal 8 89 173 0.95 0.49 0 0.32 210.55 0.91 0.35
Hex 8 59 AD 5F 31 0 20 D3 5B 23
Octal 10 131 255 137 61 0 40 323 133 43
Binary 1000 1011001 10101101 1011111 110001 0 100000 11010011 1011011 100011

Color Harmonies of #0859AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859AD

Black with #0859AD

Text Example


Text Example

White with #0859AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0859AD; }

 p { color: rgb(8,89,173); }

 H1.HeaderClassName
 {
   color: #0859AD;
 }
 .AnyTagClassName
 {
   color: #0859AD;
 }
</style>

background-color css

<style>
 a { background-color: #0859AD; }

 a { background-color: rgb(8,89,173); }

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

border-color css

<style>
 span { border-color: #0859AD; }

 span { border-color: rgb(8,89,173); }

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