#064F97

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

Shades of Cobalt #064F97

Tints of Cobalt #064F97

Color information

#064F97 (or 0x064F97) is unknown color: approx Cobalt. HEX triplet: 06, 4F and 97. RGB value is (6,79,151). Sum of RGB (Red+Green+Blue) = 6+79+151=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #064F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F97 is #F9B068. Grayscale: #414141. Windows color (decimal): -16363625 or 9916166. OLE color: 9916166.

HSL color Cylindrical-coordinate representation of color #064F97: hue angle of 209.79º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064F97 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB679151-
CMYK0.960.4800.41
HSL209.79º92.36%30.78%-
HSV(B)209.79º96.03%59.22%-
XYZ8.467.8730.35-
YUV65.38176.3285.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 151 (59.38% from 255) = 63.98%
R=2.54%
G=33.47%
B=63.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6791510.960.4800.41209.7992.3630.78
Hex64F976030029d25c1f
Octal61172271406005132213437
Binary1101001111100101111100000110000010100111010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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