#064FB9

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

Shades of Cobalt #064FB9

Tints of Cobalt #064FB9

Color information

#064FB9 (or 0x064FB9) is unknown color: approx Cobalt. HEX triplet: 06, 4F and B9. RGB value is (6,79,185). Sum of RGB (Red+Green+Blue) = 6+79+185=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #064FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FB9 is #F9B046. Grayscale: #444444. Windows color (decimal): -16363591 or 12144390. OLE color: 12144390.

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

Color convert

RGB679185-
CMYK0.970.5700.27
HSL215.53º93.72%37.45%-
HSV(B)215.53º96.76%72.55%-
XYZ11.639.1347.05-
YUV69.26193.3282.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.22%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 185 (72.66% from 255) = 68.52%
R=2.22%
G=29.26%
B=68.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6791850.970.5700.27215.5393.7237.45
Hex64FB9613901Bd85e25
Octal61172711417103333013645
Binary1101001111101110011100001111001011011110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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