#072172

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

Shades of Sapphire #072172

Tints of Sapphire #072172

Color information

#072172 (or 0x072172) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 72. RGB value is (7,33,114). Sum of RGB (Red+Green+Blue) = 7+33+114=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #072172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072172 is #F8DE8D. Grayscale: #222222. Windows color (decimal): -16309902 or 7479559. OLE color: 7479559.

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

Color convert

RGB733114-
CMYK0.940.7100.55
HSL225.42º88.43%23.73%-
HSV(B)225.42º93.86%44.71%-
XYZ3.672.3516.18-
YUV34.46172.89108.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=4.55%
G=21.43%
B=74.03%

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
Decimal7331140.940.7100.55225.4288.4323.73
Hex721725E47037e15818
Octal74116213610706734113030
Binary111100001111001010111101000111011011111100001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072172; }

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

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

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

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

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

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

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

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