#063AA1

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

Shades of Smalt #063AA1

Tints of Smalt #063AA1

Color information

#063AA1 (or 0x063AA1) is unknown color: approx Smalt. HEX triplet: 06, 3A and A1. RGB value is (6,58,161). Sum of RGB (Red+Green+Blue) = 6+58+161=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 161 (63.28% from 255 or 71.56% from 225); Max value from RGB is 161 - color contains mainly: blue. Hex color #063AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AA1 is #F9C55E. Grayscale: #353535. Windows color (decimal): -16368991 or 10566150. OLE color: 10566150.

HSL color Cylindrical-coordinate representation of color #063AA1: hue angle of 219.87º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063AA1 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB658161-
CMYK0.960.6400.37
HSL219.87º92.81%32.75%-
HSV(B)219.87º96.27%63.14%-
XYZ8.025.6434.38-
YUV54.19188.2793.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 161 (63.28% from 255) = 71.56%
R=2.67%
G=25.78%
B=71.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6581610.960.6400.37219.8792.8132.75
Hex63AA16040025dc5d21
Octal67224114010004533413541
Binary11011101010100001110000010000000100101110111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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