Html Css Color HEX #0851BA Cobalt

📋 copy color: '#0851BA'

red 8 ◦ green 81 ◦ blue 186

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

Shades of Cobalt #0851BA

Tints of Cobalt #0851BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 2.91%
G = 29.45%
B = 67.64%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0851BA (or 0x0851BA) is known color: Cobalt. HEX triplet: 08, 51 and BA. RGB value is (8,81,186). Sum of RGB (Red+Green+Blue) = 8+81+186=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0851BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851BA is #F7AE45. Grayscale: #464646. Windows color (decimal): -16232006 or 12210440. OLE color: 12210440.

HSL color Cylindrical-coordinate representation of color #0851BA: hue angle of 215.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0851BA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 81 186 -
CMYK 0.96 0.56 0 0.27
HSL 215.39º 0.92% 0.38% -
HSV(B) 215.39º 0.96% 0.73% -
XYZ 11.91 9.48 47.66 -
YUV 71.14 192.82 82.96 -
System Red Green Blue C M Y K H S L
Decimal 8 81 186 0.96 0.56 0 0.27 215.39 0.92 0.38
Hex 8 51 BA 60 38 0 1B D7 5C 26
Octal 10 121 272 140 70 0 33 327 134 46
Binary 1000 1010001 10111010 1100000 111000 0 11011 11010111 1011100 100110

Color Harmonies of #0851BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0851BA

Black with #0851BA

Text Example


Text Example

White with #0851BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0851BA; }

 p { color: rgb(8,81,186); }

 H1.HeaderClassName
 {
   color: #0851BA;
 }
 .AnyTagClassName
 {
   color: #0851BA;
 }
</style>

background-color css

<style>
 a { background-color: #0851BA; }

 a { background-color: rgb(8,81,186); }

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

border-color css

<style>
 span { border-color: #0851BA; }

 span { border-color: rgb(8,81,186); }

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