#071A59

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

Shades of Sapphire #071A59

Tints of Sapphire #071A59

Color information

#071A59 (or 0x071A59) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 59. RGB value is (7,26,89). Sum of RGB (Red+Green+Blue) = 7+26+89=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #071A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A59 is #F8E5A6. Grayscale: #1B1B1B. Windows color (decimal): -16311719 or 5839367. OLE color: 5839367.

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

Color convert

RGB72689-
CMYK0.920.7100.65
HSL226.1º85.42%18.82%-
HSV(B)226.1º92.13%34.9%-
XYZ2.261.519.62-
YUV27.5162.71113.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 89 (35.16% from 255) = 72.95%
R=5.74%
G=21.31%
B=72.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal726890.920.7100.65226.185.4218.82
Hex71A595C47041e25513
Octal732131134107010134212523
Binary111110101011001101110010001110100000111100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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