#064499

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

Shades of Cobalt #064499

Tints of Cobalt #064499

Color information

#064499 (or 0x064499) is unknown color: approx Cobalt. HEX triplet: 06, 44 and 99. RGB value is (6,68,153). Sum of RGB (Red+Green+Blue) = 6+68+153=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #064499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064499 is #F9BB66. Grayscale: #3A3A3A. Windows color (decimal): -16366439 or 10044422. OLE color: 10044422.

HSL color Cylindrical-coordinate representation of color #064499: hue angle of 214.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064499 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB668153-
CMYK0.960.5600.4
HSL214.69º92.45%31.18%-
HSV(B)214.69º96.08%60%-
XYZ7.896.4730.97-
YUV59.15180.9690.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 153 (60.16% from 255) = 67.40%
R=2.64%
G=29.96%
B=67.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6681530.960.5600.4214.6992.4531.18
Hex644996038028d75c1f
Octal61042311407005032713437
Binary1101000100100110011100000111000010100011010111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064499; }

 p { color: rgb(6,68,153); }

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

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

 a { background-color: rgb(6,68,153); }

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

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

 span { border-color: rgb(6,68,153); }

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