#0649B9

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

Shades of Cobalt #0649B9

Tints of Cobalt #0649B9

Color information

#0649B9 (or 0x0649B9) is unknown color: approx Cobalt. HEX triplet: 06, 49 and B9. RGB value is (6,73,185). Sum of RGB (Red+Green+Blue) = 6+73+185=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 185 (72.66% from 255 or 70.08% from 264); Max value from RGB is 185 - color contains mainly: blue. Hex color #0649B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0649B9 is #F9B646. Grayscale: #414141. Windows color (decimal): -16365127 or 12142854. OLE color: 12142854.

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

Color convert

RGB673185-
CMYK0.970.6100.27
HSL217.54º93.72%37.45%-
HSV(B)217.54º96.76%72.55%-
XYZ11.218.3146.91-
YUV65.74195.385.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.27%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 185 (72.66% from 255) = 70.08%
R=2.27%
G=27.65%
B=70.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6731850.970.6100.27217.5493.7237.45
Hex649B9613D01Bda5e25
Octal61112711417503333213645
Binary1101001001101110011100001111101011011110110101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0649B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0649B9; }

 p { color: rgb(6,73,185); }

 H1.HeaderClassName
 {
   color: #0649B9;
 }
 .AnyTagClassName
 {
   color: #0649B9;
 }
</style>
background-color css

<style>
 a { background-color: #0649B9; }

 a { background-color: rgb(6,73,185); }

 div.DivClassName
 {
   background-color: #0649B9;
 }
 .BgClassName
 {
   background-color: #0649B9;
 }
</style>
border-color css

<style>
 span { border-color: #0649B9; }

 span { border-color: rgb(6,73,185); }

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