#063991

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

Shades of Smalt #063991

Tints of Smalt #063991

Color information

#063991 (or 0x063991) is unknown color: approx Smalt. HEX triplet: 06, 39 and 91. RGB value is (6,57,145). Sum of RGB (Red+Green+Blue) = 6+57+145=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #063991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063991 is #F9C66E. Grayscale: #333333. Windows color (decimal): -16369263 or 9517318. OLE color: 9517318.

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

Color convert

RGB657145-
CMYK0.960.6100.43
HSL217.99º92.05%29.61%-
HSV(B)217.99º95.86%56.86%-
XYZ6.655.0127.4-
YUV51.78180.695.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=2.88%
G=27.40%
B=69.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6571450.960.6100.43217.9992.0529.61
Hex63991603D02Bda5c1e
Octal6712211407505333213436
Binary110111001100100011100000111101010101111011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063991; }

 p { color: rgb(6,57,145); }

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

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

 a { background-color: rgb(6,57,145); }

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

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

 span { border-color: rgb(6,57,145); }

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