#072148

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

Shades of Sapphire #072148

Tints of Sapphire #072148

Color information

#072148 (or 0x072148) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 48. RGB value is (7,33,72). Sum of RGB (Red+Green+Blue) = 7+33+72=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #072148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072148 is #F8DEB7. Grayscale: #1D1D1D. Windows color (decimal): -16309944 or 4727047. OLE color: 4727047.

HSL color Cylindrical-coordinate representation of color #072148: hue angle of 216º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072148 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB73372-
CMYK0.900.5400.72
HSL216º82.28%15.49%-
HSV(B)216º90.28%28.24%-
XYZ1.81.66.34-
YUV29.67151.89111.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=6.25%
G=29.46%
B=64.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal733720.900.5400.7221682.2815.49
Hex721485A36048d852f
Octal74111013266011033012217
Binary11110000110010001011010110110010010001101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072148; }

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

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

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

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

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

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

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

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