#072D7A

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

Shades of Sapphire #072D7A

Tints of Sapphire #072D7A

Color information

#072D7A (or 0x072D7A) is unknown color: approx Sapphire. HEX triplet: 07, 2D and 7A. RGB value is (7,45,122). Sum of RGB (Red+Green+Blue) = 7+45+122=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 122 (48.05% from 255 or 70.11% from 174); Max value from RGB is 122 - color contains mainly: blue. Hex color #072D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D7A is #F8D285. Grayscale: #2A2A2A. Windows color (decimal): -16306822 or 8006919. OLE color: 8006919.

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

Color convert

RGB745122-
CMYK0.940.6300.52
HSL220.17º89.15%25.29%-
HSV(B)220.17º94.26%47.84%-
XYZ4.543.3318.82-
YUV42.42172.91102.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 122 (48.05% from 255) = 70.11%
R=4.02%
G=25.86%
B=70.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7451220.940.6300.52220.1789.1525.29
Hex72D7A5E3F034dc5919
Octal7551721367706433413131
Binary11110110111110101011110111111011010011011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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