#063BA1

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

Shades of Smalt #063BA1

Tints of Smalt #063BA1

Color information

#063BA1 (or 0x063BA1) is unknown color: approx Smalt. HEX triplet: 06, 3B and A1. RGB value is (6,59,161). Sum of RGB (Red+Green+Blue) = 6+59+161=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 161 (63.28% from 255 or 71.24% from 226); Max value from RGB is 161 - color contains mainly: blue. Hex color #063BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BA1 is #F9C45E. Grayscale: #363636. Windows color (decimal): -16368735 or 10566406. OLE color: 10566406.

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

Color convert

RGB659161-
CMYK0.960.6300.37
HSL219.48º92.81%32.75%-
HSV(B)219.48º96.27%63.14%-
XYZ8.075.7434.4-
YUV54.78187.9493.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 161 (63.28% from 255) = 71.24%
R=2.65%
G=26.11%
B=71.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6591610.960.6300.37219.4892.8132.75
Hex63BA1603F025db5d21
Octal6732411407704533313541
Binary1101110111010000111000001111110100101110110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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