#071459

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

Shades of Sapphire #071459

Tints of Sapphire #071459

Color information

#071459 (or 0x071459) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 59. RGB value is (7,20,89). Sum of RGB (Red+Green+Blue) = 7+20+89=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #071459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071459 is #F8EBA6. Grayscale: #171717. Windows color (decimal): -16313255 or 5837831. OLE color: 5837831.

HSL color Cylindrical-coordinate representation of color #071459: hue angle of 230.49º 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 #071459 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB72089-
CMYK0.920.7800.65
HSL230.49º85.42%18.82%-
HSV(B)230.49º92.13%34.9%-
XYZ2.141.279.58-
YUV23.98164.69115.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 89 (35.16% from 255) = 76.72%
R=6.03%
G=17.24%
B=76.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal720890.920.7800.65230.4985.4218.82
Hex714595C4E041e65513
Octal724131134116010134612523
Binary111101001011001101110010011100100000111100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071459; }

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

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

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

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

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

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

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

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