#072472

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

Shades of Sapphire #072472

Tints of Sapphire #072472

Color information

#072472 (or 0x072472) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 72. RGB value is (7,36,114). Sum of RGB (Red+Green+Blue) = 7+36+114=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #072472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072472 is #F8DB8D. Grayscale: #232323. Windows color (decimal): -16309134 or 7480327. OLE color: 7480327.

HSL color Cylindrical-coordinate representation of color #072472: hue angle of 223.74º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072472 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB736114-
CMYK0.940.6800.55
HSL223.74º88.43%23.73%-
HSV(B)223.74º93.86%44.71%-
XYZ3.762.5216.21-
YUV36.22171.89107.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 114 (44.92% from 255) = 72.61%
R=4.46%
G=22.93%
B=72.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7361140.940.6800.55223.7488.4323.73
Hex724725E44037e05818
Octal74416213610406734013030
Binary111100100111001010111101000100011011111100000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072472; }

 p { color: rgb(7,36,114); }

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

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

 a { background-color: rgb(7,36,114); }

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

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

 span { border-color: rgb(7,36,114); }

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