Html Css Color HEX #0650BA Cobalt

📋 copy color: '#0650BA'

red 6 ◦ green 80 ◦ blue 186

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

Shades of Cobalt #0650BA

Tints of Cobalt #0650BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 2.21%
G = 29.41%
B = 68.38%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0650BA (or 0x0650BA) is known color: Cobalt. HEX triplet: 06, 50 and BA. RGB value is (6,80,186). Sum of RGB (Red+Green+Blue) = 6+80+186=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #0650BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650BA is #F9AF45. Grayscale: #454545. Windows color (decimal): -16363334 or 12210182. OLE color: 12210182.

HSL color Cylindrical-coordinate representation of color #0650BA: hue angle of 215.33º 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 #0650BA is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 80 186 -
CMYK 0.97 0.57 0 0.27
HSL 215.33º 0.94% 0.38% -
HSV(B) 215.33º 0.97% 0.73% -
XYZ 11.81 9.32 47.63 -
YUV 69.96 193.48 82.38 -
System Red Green Blue C M Y K H S L
Decimal 6 80 186 0.97 0.57 0 0.27 215.33 0.94 0.38
Hex 6 50 BA 61 39 0 1B D7 5E 26
Octal 6 120 272 141 71 0 33 327 136 46
Binary 110 1010000 10111010 1100001 111001 0 11011 11010111 1011110 100110

Color Harmonies of #0650BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650BA

Black with #0650BA

Text Example


Text Example

White with #0650BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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