#072054

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

Shades of Sapphire #072054

Tints of Sapphire #072054

Color information

#072054 (or 0x072054) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 54. RGB value is (7,32,84). Sum of RGB (Red+Green+Blue) = 7+32+84=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #072054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072054 is #F8DFAB. Grayscale: #1E1E1E. Windows color (decimal): -16310188 or 5513223. OLE color: 5513223.

HSL color Cylindrical-coordinate representation of color #072054: hue angle of 220.52º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072054 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB73284-
CMYK0.920.6200.67
HSL220.52º84.62%17.84%-
HSV(B)220.52º91.67%32.94%-
XYZ2.21.728.6-
YUV30.45158.22111.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 84 (33.20% from 255) = 68.29%
R=5.69%
G=26.02%
B=68.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal732840.920.6200.67220.5284.6217.84
Hex720545C3E043dd5512
Octal74012413476010333512522
Binary111100000101010010111001111100100001111011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072054; }

 p { color: rgb(7,32,84); }

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

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

 a { background-color: rgb(7,32,84); }

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

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

 span { border-color: rgb(7,32,84); }

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