#071951

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

Shades of Sapphire #071951

Tints of Sapphire #071951

Color information

#071951 (or 0x071951) is unknown color: approx Sapphire. HEX triplet: 07, 19 and 51. RGB value is (7,25,81). Sum of RGB (Red+Green+Blue) = 7+25+81=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #071951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071951 is #F8E6AE. Grayscale: #191919. Windows color (decimal): -16311983 or 5314823. OLE color: 5314823.

HSL color Cylindrical-coordinate representation of color #071951: hue angle of 225.41º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071951 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB72581-
CMYK0.910.6900.68
HSL225.41º84.09%17.25%-
HSV(B)225.41º91.36%31.76%-
XYZ1.921.337.94-
YUV26159.04114.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 81 (32.03% from 255) = 71.68%
R=6.19%
G=22.12%
B=71.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal725810.910.6900.68225.4184.0917.25
Hex719515B45044e15411
Octal731121133105010434112421
Binary111110011010001101101110001010100010011100001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071951; }

 p { color: rgb(7,25,81); }

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

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

 a { background-color: rgb(7,25,81); }

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

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

 span { border-color: rgb(7,25,81); }

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