#072A7A

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

Shades of Sapphire #072A7A

Tints of Sapphire #072A7A

Color information

#072A7A (or 0x072A7A) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 7A. RGB value is (7,42,122). Sum of RGB (Red+Green+Blue) = 7+42+122=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #072A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A7A is #F8D585. Grayscale: #282828. Windows color (decimal): -16307590 or 8006151. OLE color: 8006151.

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

Color convert

RGB742122-
CMYK0.940.6600.52
HSL221.74º89.15%25.29%-
HSV(B)221.74º94.26%47.84%-
XYZ4.433.1118.78-
YUV40.66173.9104-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 122 (48.05% from 255) = 71.35%
R=4.09%
G=24.56%
B=71.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7421220.940.6600.52221.7489.1525.29
Hex72A7A5E42034de5919
Octal75217213610206433613131
Binary111101010111101010111101000010011010011011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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