#072173

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

Shades of Sapphire #072173

Tints of Sapphire #072173

Color information

#072173 (or 0x072173) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 73. RGB value is (7,33,115). Sum of RGB (Red+Green+Blue) = 7+33+115=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #072173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072173 is #F8DE8C. Grayscale: #222222. Windows color (decimal): -16309901 or 7545095. OLE color: 7545095.

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

Color convert

RGB733115-
CMYK0.940.7100.55
HSL225.56º88.52%23.92%-
HSV(B)225.56º93.91%45.1%-
XYZ3.732.3716.48-
YUV34.57173.39108.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 115 (45.31% from 255) = 74.19%
R=4.52%
G=21.29%
B=74.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7331150.940.7100.55225.5688.5223.92
Hex721735E47037e25918
Octal74116313610706734213130
Binary111100001111001110111101000111011011111100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072173; }

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

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

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

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

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

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

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

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