#072459

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

Shades of Sapphire #072459

Tints of Sapphire #072459

Color information

#072459 (or 0x072459) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 59. RGB value is (7,36,89). Sum of RGB (Red+Green+Blue) = 7+36+89=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #072459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072459 is #F8DBA6. Grayscale: #212121. Windows color (decimal): -16309159 or 5841927. OLE color: 5841927.

HSL color Cylindrical-coordinate representation of color #072459: hue angle of 218.78º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072459 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73689-
CMYK0.920.6000.65
HSL218.78º85.42%18.82%-
HSV(B)218.78º92.13%34.9%-
XYZ2.522.039.71-
YUV33.37159.39109.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=5.30%
G=27.27%
B=67.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal736890.920.6000.65218.7885.4218.82
Hex724595C3C041db5513
Octal74413113474010133312523
Binary111100100101100110111001111000100000111011011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072459; }

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

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

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

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

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

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

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

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