#064095

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

Shades of Smalt #064095

Tints of Smalt #064095

Color information

#064095 (or 0x064095) is unknown color: approx Smalt. HEX triplet: 06, 40 and 95. RGB value is (6,64,149). Sum of RGB (Red+Green+Blue) = 6+64+149=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #064095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064095 is #F9BF6A. Grayscale: #373737. Windows color (decimal): -16367467 or 9781254. OLE color: 9781254.

HSL color Cylindrical-coordinate representation of color #064095: hue angle of 215.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064095 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB664149-
CMYK0.960.5700.42
HSL215.66º92.26%30.39%-
HSV(B)215.66º95.97%58.43%-
XYZ7.335.8829.18-
YUV56.35180.2892.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 149 (58.59% from 255) = 68.04%
R=2.74%
G=29.22%
B=68.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6641490.960.5700.42215.6692.2630.39
Hex64095603902Ad85c1e
Octal61002251407105233013436
Binary1101000000100101011100000111001010101011011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064095; }

 p { color: rgb(6,64,149); }

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

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

 a { background-color: rgb(6,64,149); }

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

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

 span { border-color: rgb(6,64,149); }

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