#072D76

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

Shades of Sapphire #072D76

Tints of Sapphire #072D76

Color information

#072D76 (or 0x072D76) is unknown color: approx Sapphire. HEX triplet: 07, 2D and 76. RGB value is (7,45,118). Sum of RGB (Red+Green+Blue) = 7+45+118=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #072D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D76 is #F8D289. Grayscale: #292929. Windows color (decimal): -16306826 or 7744775. OLE color: 7744775.

HSL color Cylindrical-coordinate representation of color #072D76: hue angle of 219.46º 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 #072D76 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB745118-
CMYK0.940.6200.54
HSL219.46º88.8%24.51%-
HSV(B)219.46º94.07%46.27%-
XYZ4.33.2317.54-
YUV41.96170.91103.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=4.12%
G=26.47%
B=69.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7451180.940.6200.54219.4688.824.51
Hex72D765E3E036db5919
Octal7551661367606633313131
Binary11110110111101101011110111110011011011011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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