#032063

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

Shades of Sapphire #032063

Tints of Sapphire #032063

Color information

#032063 (or 0x032063) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 63. RGB value is (3,32,99). Sum of RGB (Red+Green+Blue) = 3+32+99=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #032063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032063 is #FCDF9C. Grayscale: #1E1E1E. Windows color (decimal): -16572317 or 6496259. OLE color: 6496259.

HSL color Cylindrical-coordinate representation of color #032063: hue angle of 221.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032063 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB33299-
CMYK0.970.6800.61
HSL221.88º94.12%20%-
HSV(B)221.88º96.97%38.82%-
XYZ2.811.9512.03-
YUV30.97166.39108.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=2.24%
G=23.88%
B=73.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal332990.970.6800.61221.8894.1220
Hex32063614403Dde5e14
Octal34014314110407533613624
Binary11100000110001111000011000100011110111011110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032063; }

 p { color: rgb(3,32,99); }

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

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

 a { background-color: rgb(3,32,99); }

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

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

 span { border-color: rgb(3,32,99); }

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