#032873

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

Shades of Sapphire #032873

Tints of Sapphire #032873

Color information

#032873 (or 0x032873) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 73. RGB value is (3,40,115). Sum of RGB (Red+Green+Blue) = 3+40+115=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #032873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032873 is #FCD78C. Grayscale: #252525. Windows color (decimal): -16570253 or 7546883. OLE color: 7546883.

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

Color convert

RGB340115-
CMYK0.970.6500.55
HSL220.18º94.92%23.14%-
HSV(B)220.18º97.39%45.1%-
XYZ3.892.7716.55-
YUV37.49171.74103.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=1.90%
G=25.32%
B=72.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3401150.970.6500.55220.1894.9223.14
Hex328736141037dc5f17
Octal35016314110106733413727
Binary11101000111001111000011000001011011111011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032873; }

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

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

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

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

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

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

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

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