#063096

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

Shades of Smalt #063096

Tints of Smalt #063096

Color information

#063096 (or 0x063096) is unknown color: approx Smalt. HEX triplet: 06, 30 and 96. RGB value is (6,48,150). Sum of RGB (Red+Green+Blue) = 6+48+150=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #063096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063096 is #F9CF69. Grayscale: #2E2E2E. Windows color (decimal): -16371562 or 9842694. OLE color: 9842694.

HSL color Cylindrical-coordinate representation of color #063096: hue angle of 222.5º 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 #063096 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB648150-
CMYK0.960.6800.41
HSL222.5º92.31%30.59%-
HSV(B)222.5º96%58.82%-
XYZ6.644.3529.34-
YUV47.07186.0998.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 150 (58.98% from 255) = 73.53%
R=2.94%
G=23.53%
B=73.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6481500.960.6800.41222.592.3130.59
Hex630966044029de5c1f
Octal66022614010405133613437
Binary1101100001001011011000001000100010100111011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063096; }

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

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

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

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

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

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

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

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