#032073

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

Shades of Sapphire #032073

Tints of Sapphire #032073

Color information

#032073 (or 0x032073) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 73. RGB value is (3,32,115). Sum of RGB (Red+Green+Blue) = 3+32+115=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #032073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032073 is #FCDF8C. Grayscale: #202020. Windows color (decimal): -16572301 or 7544835. OLE color: 7544835.

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

Color convert

RGB332115-
CMYK0.970.7200.55
HSL224.46º94.92%23.14%-
HSV(B)224.46º97.39%45.1%-
XYZ3.652.2916.47-
YUV32.79174.39106.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=2%
G=21.33%
B=76.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3321150.970.7200.55224.4694.9223.14
Hex320736148037e05f17
Octal34016314111006734013727
Binary11100000111001111000011001000011011111100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032073; }

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

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

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

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

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

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

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

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