#064599

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

Shades of Cobalt #064599

Tints of Cobalt #064599

Color information

#064599 (or 0x064599) is unknown color: approx Cobalt. HEX triplet: 06, 45 and 99. RGB value is (6,69,153). Sum of RGB (Red+Green+Blue) = 6+69+153=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #064599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064599 is #F9BA66. Grayscale: #3B3B3B. Windows color (decimal): -16366183 or 10044678. OLE color: 10044678.

HSL color Cylindrical-coordinate representation of color #064599: hue angle of 214.29º 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 #064599 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB669153-
CMYK0.960.5500.4
HSL214.29º92.45%31.18%-
HSV(B)214.29º96.08%60%-
XYZ7.956.5930.99-
YUV59.74180.6389.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 67.11%
R=2.63%
G=30.26%
B=67.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6691530.960.5500.4214.2992.4531.18
Hex645996037028d65c1f
Octal61052311406705032613437
Binary1101000101100110011100000110111010100011010110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064599; }

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

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

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

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

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

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

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

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