#063195

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

Shades of Smalt #063195

Tints of Smalt #063195

Color information

#063195 (or 0x063195) is unknown color: approx Smalt. HEX triplet: 06, 31 and 95. RGB value is (6,49,149). Sum of RGB (Red+Green+Blue) = 6+49+149=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #063195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063195 is #F9CE6A. Grayscale: #2F2F2F. Windows color (decimal): -16371307 or 9777414. OLE color: 9777414.

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

Color convert

RGB649149-
CMYK0.960.6700.42
HSL221.96º92.26%30.39%-
HSV(B)221.96º95.97%58.43%-
XYZ6.64.4128.94-
YUV47.54185.2598.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 149 (58.59% from 255) = 73.04%
R=2.94%
G=24.02%
B=73.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6491490.960.6700.42221.9692.2630.39
Hex63195604302Ade5c1e
Octal66122514010305233613436
Binary1101100011001010111000001000011010101011011110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063195; }

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

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

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

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

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

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

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

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