Html Css Color HEX #0651BA Cobalt

📋 copy color: '#0651BA'

red 6 ◦ green 81 ◦ blue 186

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

Shades of Cobalt #0651BA

Tints of Cobalt #0651BA

RGB

 RED value IS 6 (2.73% from 255) = 2.2%

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

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

R = 2.2%
G = 29.67%
B = 68.13%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0651BA (or 0x0651BA) is known color: Cobalt. HEX triplet: 06, 51 and BA. RGB value is (6,81,186). Sum of RGB (Red+Green+Blue) = 6+81+186=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0651BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651BA is #F9AE45. Grayscale: #464646. Windows color (decimal): -16363078 or 12210438. OLE color: 12210438.

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

Color convert

RGB 6 81 186 -
CMYK 0.97 0.56 0 0.27
HSL 215º 0.94% 0.38% -
HSV(B) 215º 0.97% 0.73% -
XYZ 11.88 9.47 47.66 -
YUV 70.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 6 81 186 0.97 0.56 0 0.27 215 0.94 0.38
Hex 6 51 BA 61 38 0 1B D7 5E 26
Octal 6 121 272 141 70 0 33 327 136 46
Binary 110 1010001 10111010 1100001 111000 0 11011 11010111 1011110 100110

Color Harmonies of #0651BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651BA

Black with #0651BA

Text Example


Text Example

White with #0651BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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