#072A6D

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

Shades of Sapphire #072A6D

Tints of Sapphire #072A6D

Color information

#072A6D (or 0x072A6D) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 6D. RGB value is (7,42,109). Sum of RGB (Red+Green+Blue) = 7+42+109=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #072A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A6D is #F8D592. Grayscale: #262626. Windows color (decimal): -16307603 or 7154183. OLE color: 7154183.

HSL color Cylindrical-coordinate representation of color #072A6D: hue angle of 219.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072A6D is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB742109-
CMYK0.940.6100.57
HSL219.41º87.93%22.75%-
HSV(B)219.41º93.58%42.75%-
XYZ3.682.8114.82-
YUV39.17167.4105.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 109 (42.97% from 255) = 68.99%
R=4.43%
G=26.58%
B=68.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7421090.940.6100.57219.4187.9322.75
Hex72A6D5E3D039db5817
Octal7521551367507133313027
Binary11110101011011011011110111101011100111011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,42,109); }

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

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

 a { background-color: rgb(7,42,109); }

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

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

 span { border-color: rgb(7,42,109); }

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