#072473

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

Shades of Sapphire #072473

Tints of Sapphire #072473

Color information

#072473 (or 0x072473) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 73. RGB value is (7,36,115). Sum of RGB (Red+Green+Blue) = 7+36+115=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 36 (14.45% from 255 or 22.78% 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 #072473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072473 is #F8DB8C. Grayscale: #232323. Windows color (decimal): -16309133 or 7545863. OLE color: 7545863.

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

Color convert

RGB736115-
CMYK0.940.6900.55
HSL223.89º88.52%23.92%-
HSV(B)223.89º93.91%45.1%-
XYZ3.812.5416.51-
YUV36.34172.39107.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=4.43%
G=22.78%
B=72.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7361150.940.6900.55223.8988.5223.92
Hex724735E45037e05918
Octal74416313610506734013130
Binary111100100111001110111101000101011011111100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072473; }

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

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

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

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

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

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

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

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