#064399

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

Shades of Smalt #064399

Tints of Smalt #064399

Color information

#064399 (or 0x064399) is unknown color: approx Smalt. HEX triplet: 06, 43 and 99. RGB value is (6,67,153). Sum of RGB (Red+Green+Blue) = 6+67+153=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #064399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064399 is #F9BC66. Grayscale: #3A3A3A. Windows color (decimal): -16366695 or 10044166. OLE color: 10044166.

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

Color convert

RGB667153-
CMYK0.960.5600.4
HSL215.1º92.45%31.18%-
HSV(B)215.1º96.08%60%-
XYZ7.836.3530.95-
YUV58.56181.2990.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 153 (60.16% from 255) = 67.70%
R=2.65%
G=29.65%
B=67.70%

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
Decimal6671530.960.5600.4215.192.4531.18
Hex643996038028d75c1f
Octal61032311407005032713437
Binary1101000011100110011100000111000010100011010111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064399; }

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

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

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

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

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

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

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

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