#072A72

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

Shades of Sapphire #072A72

Tints of Sapphire #072A72

Color information

#072A72 (or 0x072A72) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 72. RGB value is (7,42,114). Sum of RGB (Red+Green+Blue) = 7+42+114=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #072A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A72 is #F8D58D. Grayscale: #272727. Windows color (decimal): -16307598 or 7481863. OLE color: 7481863.

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

Color convert

RGB742114-
CMYK0.940.6300.55
HSL220.37º88.43%23.73%-
HSV(B)220.37º93.86%44.71%-
XYZ3.952.9216.27-
YUV39.74169.9104.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=4.29%
G=25.77%
B=69.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7421140.940.6300.55220.3788.4323.73
Hex72A725E3F037dc5818
Octal7521621367706733413030
Binary11110101011100101011110111111011011111011100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072A72; }

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

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

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

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

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

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

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

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