#071F4E

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

Shades of Sapphire #071F4E

Tints of Sapphire #071F4E

Color information

#071F4E (or 0x071F4E) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 4E. RGB value is (7,31,78). Sum of RGB (Red+Green+Blue) = 7+31+78=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #071F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F4E is #F8E0B1. Grayscale: #1C1C1C. Windows color (decimal): -16310450 or 5119751. OLE color: 5119751.

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

Color convert

RGB73178-
CMYK0.910.6000.69
HSL219.72º83.53%16.67%-
HSV(B)219.72º91.03%30.59%-
XYZ1.951.587.41-
YUV29.18155.55112.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=6.03%
G=26.72%
B=67.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal731780.910.6000.69219.7283.5316.67
Hex71F4E5B3C045dc5411
Octal73711613374010533412421
Binary11111111100111010110111111000100010111011100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,78); }

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

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

 a { background-color: rgb(7,31,78); }

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

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

 span { border-color: rgb(7,31,78); }

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