#064FAC

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

Shades of Cobalt #064FAC

Tints of Cobalt #064FAC

Color information

#064FAC (or 0x064FAC) is unknown color: approx Cobalt. HEX triplet: 06, 4F and AC. RGB value is (6,79,172). Sum of RGB (Red+Green+Blue) = 6+79+172=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #064FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064FAC is #F9B053. Grayscale: #434343. Windows color (decimal): -16363604 or 11292422. OLE color: 11292422.

HSL color Cylindrical-coordinate representation of color #064FAC: hue angle of 213.61º 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 #064FAC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB679172-
CMYK0.970.5400.33
HSL213.61º93.26%34.9%-
HSV(B)213.61º96.51%67.45%-
XYZ10.328.6140.15-
YUV67.77186.8283.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 172 (67.58% from 255) = 66.93%
R=2.33%
G=30.74%
B=66.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6791720.970.5400.33213.6193.2634.9
Hex64FAC6136021d65d23
Octal61172541416604132613543
Binary11010011111010110011000011101100100001110101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064FAC; }

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

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

<style>
 a { background-color: #064FAC; }

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

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

<style>
 span { border-color: #064FAC; }

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

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