#064EB9

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

Shades of Cobalt #064EB9

Tints of Cobalt #064EB9

Color information

#064EB9 (or 0x064EB9) is unknown color: approx Cobalt. HEX triplet: 06, 4E and B9. RGB value is (6,78,185). Sum of RGB (Red+Green+Blue) = 6+78+185=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 185 (72.66% from 255 or 68.77% from 269); Max value from RGB is 185 - color contains mainly: blue. Hex color #064EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EB9 is #F9B146. Grayscale: #444444. Windows color (decimal): -16363847 or 12144134. OLE color: 12144134.

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

Color convert

RGB678185-
CMYK0.970.5800.27
HSL215.87º93.72%37.45%-
HSV(B)215.87º96.76%72.55%-
XYZ11.568.9947.03-
YUV68.67193.6583.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.23%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 185 (72.66% from 255) = 68.77%
R=2.23%
G=29.00%
B=68.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6781850.970.5800.27215.8793.7237.45
Hex64EB9613A01Bd85e25
Octal61162711417203333013645
Binary1101001110101110011100001111010011011110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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