#072A5A

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

Shades of Sapphire #072A5A

Tints of Sapphire #072A5A

Color information

#072A5A (or 0x072A5A) is unknown color: approx Sapphire. HEX triplet: 07, 2A and 5A. RGB value is (7,42,90). Sum of RGB (Red+Green+Blue) = 7+42+90=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #072A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A5A is #F8D5A5. Grayscale: #242424. Windows color (decimal): -16307622 or 5908999. OLE color: 5908999.

HSL color Cylindrical-coordinate representation of color #072A5A: hue angle of 214.7º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072A5A is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB74290-
CMYK0.920.5300.65
HSL214.7º85.57%19.02%-
HSV(B)214.7º92.22%35.29%-
XYZ2.762.4410-
YUV37.01157.9106.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=5.04%
G=30.22%
B=64.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal742900.920.5300.65214.785.5719.02
Hex72A5A5C35041d75613
Octal75213213465010132712623
Binary111101010101101010111001101010100000111010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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