#064196

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

Shades of Smalt #064196

Tints of Smalt #064196

Color information

#064196 (or 0x064196) is unknown color: approx Smalt. HEX triplet: 06, 41 and 96. RGB value is (6,65,150). Sum of RGB (Red+Green+Blue) = 6+65+150=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #064196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064196 is #F9BE69. Grayscale: #383838. Windows color (decimal): -16367210 or 9847046. OLE color: 9847046.

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

Color convert

RGB665150-
CMYK0.960.5700.41
HSL215.42º92.31%30.59%-
HSV(B)215.42º96%58.82%-
XYZ7.476.0229.62-
YUV57.05180.4591.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=2.71%
G=29.41%
B=67.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6651500.960.5700.41215.4292.3130.59
Hex641966039029d75c1f
Octal61012261407105132713437
Binary1101000001100101101100000111001010100111010111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064196; }

 p { color: rgb(6,65,150); }

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

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

 a { background-color: rgb(6,65,150); }

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

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

 span { border-color: rgb(6,65,150); }

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