#072A70

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

Shades of Sapphire #072A70

Tints of Sapphire #072A70

Color information

#072A70 (or 0x072A70) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 70. RGB value is (7,42,112). Sum of RGB (Red+Green+Blue) = 7+42+112=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #072A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A70 is #F8D58F. Grayscale: #272727. Windows color (decimal): -16307600 or 7350791. OLE color: 7350791.

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

Color convert

RGB742112-
CMYK0.940.6200.56
HSL220º88.24%23.33%-
HSV(B)220º93.75%43.92%-
XYZ3.842.8715.68-
YUV39.52168.9104.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=4.35%
G=26.09%
B=69.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7421120.940.6200.5622088.2423.33
Hex72A705E3E038dc5817
Octal7521601367607033413027
Binary11110101011100001011110111110011100011011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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