#072772

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

Shades of Sapphire #072772

Tints of Sapphire #072772

Color information

#072772 (or 0x072772) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 72. RGB value is (7,39,114). Sum of RGB (Red+Green+Blue) = 7+39+114=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #072772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072772 is #F8D88D. Grayscale: #252525. Windows color (decimal): -16308366 or 7481095. OLE color: 7481095.

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

Color convert

RGB739114-
CMYK0.940.6600.55
HSL222.06º88.43%23.73%-
HSV(B)222.06º93.86%44.71%-
XYZ3.852.7116.24-
YUV37.98170.9105.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 114 (44.92% from 255) = 71.25%
R=4.38%
G=24.38%
B=71.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7391140.940.6600.55222.0688.4323.73
Hex727725E42037de5818
Octal74716213610206733613030
Binary111100111111001010111101000010011011111011110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072772; }

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

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

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

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

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

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

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

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