#072479

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

Shades of Sapphire #072479

Tints of Sapphire #072479

Color information

#072479 (or 0x072479) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 79. RGB value is (7,36,121). Sum of RGB (Red+Green+Blue) = 7+36+121=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #072479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072479 is #F8DB86. Grayscale: #242424. Windows color (decimal): -16309127 or 7939079. OLE color: 7939079.

HSL color Cylindrical-coordinate representation of color #072479: hue angle of 224.74º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072479 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB736121-
CMYK0.940.7000.53
HSL224.74º89.06%25.1%-
HSV(B)224.74º94.21%47.45%-
XYZ4.172.6918.39-
YUV37.02175.39106.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 121 (47.66% from 255) = 73.78%
R=4.27%
G=21.95%
B=73.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7361210.940.7000.53224.7489.0625.1
Hex724795E46035e15919
Octal74417113610606534113131
Binary111100100111100110111101000110011010111100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072479; }

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

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

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

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

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

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

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

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