#072249

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

Shades of Sapphire #072249

Tints of Sapphire #072249

Color information

#072249 (or 0x072249) is unknown color: approx Sapphire. HEX triplet: 07, 22 and 49. RGB value is (7,34,73). Sum of RGB (Red+Green+Blue) = 7+34+73=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #072249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072249 is #F8DDB6. Grayscale: #1E1E1E. Windows color (decimal): -16309687 or 4792839. OLE color: 4792839.

HSL color Cylindrical-coordinate representation of color #072249: hue angle of 215.45º 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 #072249 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73473-
CMYK0.900.5300.71
HSL215.45º82.5%15.69%-
HSV(B)215.45º90.41%28.63%-
XYZ1.861.676.53-
YUV30.37152.05111.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=6.14%
G=29.82%
B=64.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734730.900.5300.71215.4582.515.69
Hex722495A35047d75210
Octal74211113265010732712220
Binary111100010100100110110101101010100011111010111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072249; }

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

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

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

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

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

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

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

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