#071859

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

Shades of Sapphire #071859

Tints of Sapphire #071859

Color information

#071859 (or 0x071859) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 59. RGB value is (7,24,89). Sum of RGB (Red+Green+Blue) = 7+24+89=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #071859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071859 is #F8E7A6. Grayscale: #1A1A1A. Windows color (decimal): -16312231 or 5838855. OLE color: 5838855.

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

Color convert

RGB72489-
CMYK0.920.7300.65
HSL227.56º85.42%18.82%-
HSV(B)227.56º92.13%34.9%-
XYZ2.221.429.61-
YUV26.33163.37114.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 89 (35.16% from 255) = 74.17%
R=5.83%
G=20%
B=74.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal724890.920.7300.65227.5685.4218.82
Hex718595C49041e45513
Octal730131134111010134412523
Binary111110001011001101110010010010100000111100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071859; }

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

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

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

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

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

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

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

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