#072F70

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

Shades of Sapphire #072F70

Tints of Sapphire #072F70

Color information

#072F70 (or 0x072F70) is unknown color: approx Sapphire. HEX triplet: 07, 2F and 70. RGB value is (7,47,112). Sum of RGB (Red+Green+Blue) = 7+47+112=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #072F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F70 is #F8D08F. Grayscale: #2A2A2A. Windows color (decimal): -16306320 or 7352071. OLE color: 7352071.

HSL color Cylindrical-coordinate representation of color #072F70: hue angle of 217.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 #072F70 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB747112-
CMYK0.940.5800.56
HSL217.14º88.24%23.33%-
HSV(B)217.14º93.75%43.92%-
XYZ4.033.2515.74-
YUV42.45167.25102.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=4.22%
G=28.31%
B=67.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7471120.940.5800.56217.1488.2423.33
Hex72F705E3A038d95817
Octal7571601367207033113027
Binary11110111111100001011110111010011100011011001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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