#071e59

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

Shades of Sapphire #071E59

Tints of Sapphire #071E59

Color information

#071E59 (or 0x071E59) is unknown color: approx Sapphire. HEX triplet: 07, 1E and 59. RGB value is (7,30,89). Sum of RGB (Red+Green+Blue) = 7+30+89=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #071E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E59 is #F8E1A6. Grayscale: #1D1D1D. Windows color (decimal): -16310695 or 5840391. OLE color: 5840391.

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

Color convert

RGB73089-
CMYK0.920.6600.65
HSL223.17º85.42%18.82%-
HSV(B)223.17º92.13%34.9%-
XYZ2.361.699.65-
YUV29.85161.38111.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=5.56%
G=23.81%
B=70.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal730890.920.6600.65223.1785.4218.82
Hex71E595C42041df5513
Octal736131134102010133712523
Binary111111101011001101110010000100100000111011111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071e59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071e59; }

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

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

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

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

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

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

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

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