#072048

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

Shades of Sapphire #072048

Tints of Sapphire #072048

Color information

#072048 (or 0x072048) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 48. RGB value is (7,32,72). Sum of RGB (Red+Green+Blue) = 7+32+72=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #072048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072048 is #F8DFB7. Grayscale: #1C1C1C. Windows color (decimal): -16310200 or 4726791. OLE color: 4726791.

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

Color convert

RGB73272-
CMYK0.900.5600.72
HSL216.92º82.28%15.49%-
HSV(B)216.92º90.28%28.24%-
XYZ1.771.556.34-
YUV29.08152.22112.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=6.31%
G=28.83%
B=64.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal732720.900.5600.72216.9282.2815.49
Hex720485A38048d952f
Octal74011013270011033112217
Binary11110000010010001011010111000010010001101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072048; }

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

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

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

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

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

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

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

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