#063086

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

Shades of Smalt #063086

Tints of Smalt #063086

Color information

#063086 (or 0x063086) is unknown color: approx Smalt. HEX triplet: 06, 30 and 86. RGB value is (6,48,134). Sum of RGB (Red+Green+Blue) = 6+48+134=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #063086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063086 is #F9CF79. Grayscale: #2C2C2C. Windows color (decimal): -16371578 or 8794118. OLE color: 8794118.

HSL color Cylindrical-coordinate representation of color #063086: hue angle of 220.31º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063086 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB648134-
CMYK0.960.6400.47
HSL220.31º91.43%27.45%-
HSV(B)220.31º95.52%52.55%-
XYZ5.443.8723.02-
YUV45.25178.09100.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 134 (52.73% from 255) = 71.28%
R=3.19%
G=25.53%
B=71.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6481340.960.6400.47220.3191.4327.45
Hex63086604002Fdc5b1b
Octal66020614010005733413333
Binary1101100001000011011000001000000010111111011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063086; }

 p { color: rgb(6,48,134); }

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

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

 a { background-color: rgb(6,48,134); }

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

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

 span { border-color: rgb(6,48,134); }

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