#032173

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

Shades of Sapphire #032173

Tints of Sapphire #032173

Color information

#032173 (or 0x032173) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 73. RGB value is (3,33,115). Sum of RGB (Red+Green+Blue) = 3+33+115=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #032173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032173 is #FCDE8C. Grayscale: #212121. Windows color (decimal): -16572045 or 7545091. OLE color: 7545091.

HSL color Cylindrical-coordinate representation of color #032173: hue angle of 223.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032173 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB333115-
CMYK0.970.7100.55
HSL223.93º94.92%23.14%-
HSV(B)223.93º97.39%45.1%-
XYZ3.682.3416.48-
YUV33.38174.06106.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=1.99%
G=21.85%
B=76.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3331150.970.7100.55223.9394.9223.14
Hex321736147037e05f17
Octal34116314110706734013727
Binary11100001111001111000011000111011011111100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032173; }

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

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

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

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

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

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

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

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