#063a8f

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

Shades of Smalt #063A8F

Tints of Smalt #063A8F

Color information

#063A8F (or 0x063A8F) is unknown color: approx Smalt. HEX triplet: 06, 3A and 8F. RGB value is (6,58,143). Sum of RGB (Red+Green+Blue) = 6+58+143=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #063A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A8F is #F9C570. Grayscale: #333333. Windows color (decimal): -16369009 or 9386502. OLE color: 9386502.

HSL color Cylindrical-coordinate representation of color #063A8F: hue angle of 217.23º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063A8F is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB658143-
CMYK0.960.5900.44
HSL217.23º91.95%29.22%-
HSV(B)217.23º95.8%56.08%-
XYZ6.555.0526.62-
YUV52.14179.2795.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 143 (56.25% from 255) = 69.08%
R=2.90%
G=28.02%
B=69.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6581430.960.5900.44217.2391.9529.22
Hex63A8F603B02Cd95c1d
Octal6722171407305433113435
Binary110111010100011111100000111011010110011011001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063a8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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