#063792

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

Shades of Smalt #063792

Tints of Smalt #063792

Color information

#063792 (or 0x063792) is unknown color: approx Smalt. HEX triplet: 06, 37 and 92. RGB value is (6,55,146). Sum of RGB (Red+Green+Blue) = 6+55+146=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #063792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063792 is #F9C86D. Grayscale: #323232. Windows color (decimal): -16369774 or 9582342. OLE color: 9582342.

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

Color convert

RGB655146-
CMYK0.960.6200.43
HSL219º92.11%29.8%-
HSV(B)219º95.89%57.25%-
XYZ6.634.8527.78-
YUV50.72181.7796.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 146 (57.42% from 255) = 70.53%
R=2.90%
G=26.57%
B=70.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6551460.960.6200.4321992.1129.8
Hex63792603E02Bdb5c1e
Octal6672221407605333313436
Binary110110111100100101100000111110010101111011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063792; }

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

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

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

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

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

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

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

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