#063A92

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

Shades of Smalt #063A92

Tints of Smalt #063A92

Color information

#063A92 (or 0x063A92) is unknown color: approx Smalt. HEX triplet: 06, 3A and 92. RGB value is (6,58,146). Sum of RGB (Red+Green+Blue) = 6+58+146=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #063A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A92 is #F9C56D. Grayscale: #343434. Windows color (decimal): -16369006 or 9583110. OLE color: 9583110.

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

Color convert

RGB658146-
CMYK0.960.6000.43
HSL217.71º92.11%29.8%-
HSV(B)217.71º95.89%57.25%-
XYZ6.785.1427.83-
YUV52.48180.7794.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=2.86%
G=27.62%
B=69.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6581460.960.6000.43217.7192.1129.8
Hex63A92603C02Bda5c1e
Octal6722221407405333213436
Binary110111010100100101100000111100010101111011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A92; }

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

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

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

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

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

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

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

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