#0650AC

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

Shades of Cobalt #0650AC

Tints of Cobalt #0650AC

Color information

#0650AC (or 0x0650AC) is unknown color: approx Cobalt. HEX triplet: 06, 50 and AC. RGB value is (6,80,172). Sum of RGB (Red+Green+Blue) = 6+80+172=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #0650AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0650AC is #F9AF53. Grayscale: #434343. Windows color (decimal): -16363348 or 11292678. OLE color: 11292678.

HSL color Cylindrical-coordinate representation of color #0650AC: hue angle of 213.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650AC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB680172-
CMYK0.970.5300.33
HSL213.25º93.26%34.9%-
HSV(B)213.25º96.51%67.45%-
XYZ10.398.7540.17-
YUV68.36186.4883.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=2.33%
G=31.01%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6801720.970.5300.33213.2593.2634.9
Hex650AC6135021d55d23
Octal61202541416504132513543
Binary11010100001010110011000011101010100001110101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0650AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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