#032059

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

Shades of Sapphire #032059

Tints of Sapphire #032059

Color information

#032059 (or 0x032059) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 59. RGB value is (3,32,89). Sum of RGB (Red+Green+Blue) = 3+32+89=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #032059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032059 is #FCDFA6. Grayscale: #1D1D1D. Windows color (decimal): -16572327 or 5840899. OLE color: 5840899.

HSL color Cylindrical-coordinate representation of color #032059: hue angle of 219.77º 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 #032059 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33289-
CMYK0.970.6400.65
HSL219.77º93.48%18.04%-
HSV(B)219.77º96.63%34.9%-
XYZ2.361.779.67-
YUV29.83161.39108.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=2.42%
G=25.81%
B=71.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal332890.970.6400.65219.7793.4818.04
Hex320596140041dc5d12
Octal340131141100010133413522
Binary111000001011001110000110000000100000111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032059; }

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

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

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

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

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

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

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

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