#032076

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

Shades of Sapphire #032076

Tints of Sapphire #032076

Color information

#032076 (or 0x032076) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 76. RGB value is (3,32,118). Sum of RGB (Red+Green+Blue) = 3+32+118=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #032076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032076 is #FCDF89. Grayscale: #202020. Windows color (decimal): -16572298 or 7741443. OLE color: 7741443.

HSL color Cylindrical-coordinate representation of color #032076: hue angle of 224.87º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032076 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB332118-
CMYK0.970.7300.54
HSL224.87º95.04%23.73%-
HSV(B)224.87º97.46%46.27%-
XYZ3.822.3617.39-
YUV33.13175.89106.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 118 (46.48% from 255) = 77.12%
R=1.96%
G=20.92%
B=77.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3321180.970.7300.54224.8795.0423.73
Hex320766149036e15f18
Octal34016614111106634113730
Binary11100000111011011000011001001011011011100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032076; }

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

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

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

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

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

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

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

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