#072D75

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

Shades of Sapphire #072D75

Tints of Sapphire #072D75

Color information

#072D75 (or 0x072D75) is unknown color: approx Sapphire. HEX triplet: 07, 2D and 75. RGB value is (7,45,117). Sum of RGB (Red+Green+Blue) = 7+45+117=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #072D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D75 is #F8D28A. Grayscale: #292929. Windows color (decimal): -16306827 or 7679239. OLE color: 7679239.

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

Color convert

RGB745117-
CMYK0.940.6200.54
HSL219.27º88.71%24.31%-
HSV(B)219.27º94.02%45.88%-
XYZ4.243.2117.23-
YUV41.85170.41103.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=4.14%
G=26.63%
B=69.23%

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
Decimal7451170.940.6200.54219.2788.7124.31
Hex72D755E3E036db5918
Octal7551651367606633313130
Binary11110110111101011011110111110011011011011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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