#0650BA

Color #0650BA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0650BA

Tints of Cobalt #0650BA

Color information

#0650BA (or 0x0650BA) is unknown color: approx 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

RGB680186-
CMYK0.970.5700.27
HSL215.33º93.75%37.65%-
HSV(B)215.33º96.77%72.94%-
XYZ11.819.3247.63-
YUV69.96193.4882.38-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6801860.970.5700.27215.3393.7537.65
Hex650BA613901Bd75e26
Octal61202721417103332713646
Binary1101010000101110101100001111001011011110101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0650BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>