#072F76

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

Shades of Sapphire #072F76

Tints of Sapphire #072F76

Color information

#072F76 (or 0x072F76) is unknown color: approx Sapphire. HEX triplet: 07, 2F and 76. RGB value is (7,47,118). Sum of RGB (Red+Green+Blue) = 7+47+118=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #072F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F76 is #F8D089. Grayscale: #2A2A2A. Windows color (decimal): -16306314 or 7745287. OLE color: 7745287.

HSL color Cylindrical-coordinate representation of color #072F76: hue angle of 218.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F76 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB747118-
CMYK0.940.6000.54
HSL218.38º88.8%24.51%-
HSV(B)218.38º94.07%46.27%-
XYZ4.373.3917.56-
YUV43.13170.25102.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.07%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=4.07%
G=27.33%
B=68.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7471180.940.6000.54218.3888.824.51
Hex72F765E3C036da5919
Octal7571661367406633213131
Binary11110111111101101011110111100011011011011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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