#063992

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

Shades of Smalt #063992

Tints of Smalt #063992

Color information

#063992 (or 0x063992) is unknown color: approx Smalt. HEX triplet: 06, 39 and 92. RGB value is (6,57,146). Sum of RGB (Red+Green+Blue) = 6+57+146=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #063992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063992 is #F9C66D. Grayscale: #333333. Windows color (decimal): -16369262 or 9582854. OLE color: 9582854.

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

Color convert

RGB657146-
CMYK0.960.6100.43
HSL218.14º92.11%29.8%-
HSV(B)218.14º95.89%57.25%-
XYZ6.735.0427.81-
YUV51.9181.195.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 146 (57.42% from 255) = 69.86%
R=2.87%
G=27.27%
B=69.86%

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
Decimal6571460.960.6100.43218.1492.1129.8
Hex63992603D02Bda5c1e
Octal6712221407505333213436
Binary110111001100100101100000111101010101111011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063992; }

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

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

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

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

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

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

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

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