#032159

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

Shades of Sapphire #032159

Tints of Sapphire #032159

Color information

#032159 (or 0x032159) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 59. RGB value is (3,33,89). Sum of RGB (Red+Green+Blue) = 3+33+89=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #032159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032159 is #FCDEA6. Grayscale: #1E1E1E. Windows color (decimal): -16572071 or 5841155. OLE color: 5841155.

HSL color Cylindrical-coordinate representation of color #032159: hue angle of 219.07º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032159 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33389-
CMYK0.970.6300.65
HSL219.07º93.48%18.04%-
HSV(B)219.07º96.63%34.9%-
XYZ2.381.839.68-
YUV30.41161.06108.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 89 (35.16% from 255) = 71.2%
R=2.4%
G=26.4%
B=71.2%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal333890.970.6300.65219.0793.4818.04
Hex32159613F041db5d12
Octal34113114177010133313522
Binary11100001101100111000011111110100000111011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032159; }

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

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

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

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

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

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

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

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