#0649AD

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

Shades of Cobalt #0649AD

Tints of Cobalt #0649AD

Color information

#0649AD (or 0x0649AD) is unknown color: approx Cobalt. HEX triplet: 06, 49 and AD. RGB value is (6,73,173). Sum of RGB (Red+Green+Blue) = 6+73+173=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #0649AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0649AD is #F9B652. Grayscale: #3F3F3F. Windows color (decimal): -16365139 or 11356422. OLE color: 11356422.

HSL color Cylindrical-coordinate representation of color #0649AD: hue angle of 215.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649AD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB673173-
CMYK0.970.5800.32
HSL215.93º93.3%35.1%-
HSV(B)215.93º96.53%67.84%-
XYZ107.8240.52-
YUV64.37189.386.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=2.38%
G=28.97%
B=68.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6731730.970.5800.32215.9393.335.1
Hex649AD613A020d85d23
Octal61112551417204033013543
Binary11010010011010110111000011110100100000110110001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0649AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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