#063196

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

Shades of Smalt #063196

Tints of Smalt #063196

Color information

#063196 (or 0x063196) is unknown color: approx Smalt. HEX triplet: 06, 31 and 96. RGB value is (6,49,150). Sum of RGB (Red+Green+Blue) = 6+49+150=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #063196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063196 is #F9CE69. Grayscale: #2F2F2F. Windows color (decimal): -16371306 or 9842950. OLE color: 9842950.

HSL color Cylindrical-coordinate representation of color #063196: hue angle of 222.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063196 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB649150-
CMYK0.960.6700.41
HSL222.08º92.31%30.59%-
HSV(B)222.08º96%58.82%-
XYZ6.684.4429.36-
YUV47.66185.7598.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 150 (58.98% from 255) = 73.17%
R=2.93%
G=23.90%
B=73.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6491500.960.6700.41222.0892.3130.59
Hex631966043029de5c1f
Octal66122614010305133613437
Binary1101100011001011011000001000011010100111011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063196; }

 p { color: rgb(6,49,150); }

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

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

 a { background-color: rgb(6,49,150); }

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

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

 span { border-color: rgb(6,49,150); }

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