#072160

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

Shades of Sapphire #072160

Tints of Sapphire #072160

Color information

#072160 (or 0x072160) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 60. RGB value is (7,33,96). Sum of RGB (Red+Green+Blue) = 7+33+96=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #072160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072160 is #F8DE9F. Grayscale: #202020. Windows color (decimal): -16309920 or 6299911. OLE color: 6299911.

HSL color Cylindrical-coordinate representation of color #072160: hue angle of 222.47º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072160 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB73396-
CMYK0.930.6600.62
HSL222.47º86.41%20.2%-
HSV(B)222.47º92.71%37.65%-
XYZ2.741.9811.3-
YUV32.41163.89109.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=5.15%
G=24.26%
B=70.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal733960.930.6600.62222.4786.4120.2
Hex721605D4203Ede5614
Octal74114013510207633612624
Binary111100001110000010111011000010011111011011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072160; }

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

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

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

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

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

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

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

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