#072170

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

Shades of Sapphire #072170

Tints of Sapphire #072170

Color information

#072170 (or 0x072170) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 70. RGB value is (7,33,112). Sum of RGB (Red+Green+Blue) = 7+33+112=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #072170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072170 is #F8DE8F. Grayscale: #212121. Windows color (decimal): -16309904 or 7348487. OLE color: 7348487.

HSL color Cylindrical-coordinate representation of color #072170: hue angle of 225.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072170 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB733112-
CMYK0.940.7100.56
HSL225.14º88.24%23.33%-
HSV(B)225.14º93.75%43.92%-
XYZ3.562.315.59-
YUV34.23171.89108.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 112 (44.14% from 255) = 73.68%
R=4.61%
G=21.71%
B=73.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7331120.940.7100.56225.1488.2423.33
Hex721705E47038e15817
Octal74116013610707034113027
Binary111100001111000010111101000111011100011100001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072170; }

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

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

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

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

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

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

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

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