#032160

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

Shades of Sapphire #032160

Tints of Sapphire #032160

Color information

#032160 (or 0x032160) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 60. RGB value is (3,33,96). Sum of RGB (Red+Green+Blue) = 3+33+96=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #032160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032160 is #FCDE9F. Grayscale: #1E1E1E. Windows color (decimal): -16572064 or 6299907. OLE color: 6299907.

HSL color Cylindrical-coordinate representation of color #032160: hue angle of 220.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032160 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33396-
CMYK0.970.6600.62
HSL220.65º93.94%19.41%-
HSV(B)220.65º96.88%37.65%-
XYZ2.691.9511.3-
YUV31.21164.56107.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=2.27%
G=25%
B=72.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal333960.970.6600.62220.6593.9419.41
Hex32160614203Edd5e13
Octal34114014110207633513623
Binary11100001110000011000011000010011111011011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032160; }

 p { color: rgb(3,33,96); }

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

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

 a { background-color: rgb(3,33,96); }

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

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

 span { border-color: rgb(3,33,96); }

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