#072872

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

Shades of Sapphire #072872

Tints of Sapphire #072872

Color information

#072872 (or 0x072872) is unknown color: approx Sapphire. HEX triplet: 07, 28 and 72. RGB value is (7,40,114). Sum of RGB (Red+Green+Blue) = 7+40+114=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #072872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072872 is #F8D78D. Grayscale: #262626. Windows color (decimal): -16308110 or 7481351. OLE color: 7481351.

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

Color convert

RGB740114-
CMYK0.940.6500.55
HSL221.5º88.43%23.73%-
HSV(B)221.5º93.86%44.71%-
XYZ3.882.7816.25-
YUV38.57170.57105.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=4.35%
G=24.84%
B=70.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7401140.940.6500.55221.588.4323.73
Hex728725E41037dd5818
Octal75016213610106733513030
Binary111101000111001010111101000001011011111011101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072872; }

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

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

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

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

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

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

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

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