#072149

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

Shades of Sapphire #072149

Tints of Sapphire #072149

Color information

#072149 (or 0x072149) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 49. RGB value is (7,33,73). Sum of RGB (Red+Green+Blue) = 7+33+73=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #072149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072149 is #F8DEB6. Grayscale: #1D1D1D. Windows color (decimal): -16309943 or 4792583. OLE color: 4792583.

HSL color Cylindrical-coordinate representation of color #072149: hue angle of 216.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072149 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73373-
CMYK0.900.5500.71
HSL216.36º82.5%15.69%-
HSV(B)216.36º90.41%28.63%-
XYZ1.831.616.52-
YUV29.79152.39111.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=6.19%
G=29.20%
B=64.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal733730.900.5500.71216.3682.515.69
Hex721495A37047d85210
Octal74111113267010733012220
Binary111100001100100110110101101110100011111011000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072149; }

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

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

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

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

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

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

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

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