#072154

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

Shades of Sapphire #072154

Tints of Sapphire #072154

Color information

#072154 (or 0x072154) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 54. RGB value is (7,33,84). Sum of RGB (Red+Green+Blue) = 7+33+84=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #072154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072154 is #F8DEAB. Grayscale: #1E1E1E. Windows color (decimal): -16309932 or 5513479. OLE color: 5513479.

HSL color Cylindrical-coordinate representation of color #072154: hue angle of 219.74º 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 #072154 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB73384-
CMYK0.920.6100.67
HSL219.74º84.62%17.84%-
HSV(B)219.74º91.67%32.94%-
XYZ2.231.778.61-
YUV31.04157.89110.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 84 (33.20% from 255) = 67.74%
R=5.65%
G=26.61%
B=67.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal733840.920.6100.67219.7484.6217.84
Hex721545C3D043dc5512
Octal74112413475010333412522
Binary111100001101010010111001111010100001111011100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072154; }

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

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

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

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

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

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

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

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