#071A6D

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

Shades of Sapphire #071A6D

Tints of Sapphire #071A6D

Color information

#071A6D (or 0x071A6D) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 6D. RGB value is (7,26,109). Sum of RGB (Red+Green+Blue) = 7+26+109=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #071A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A6D is #F8E592. Grayscale: #1D1D1D. Windows color (decimal): -16311699 or 7150087. OLE color: 7150087.

HSL color Cylindrical-coordinate representation of color #071A6D: hue angle of 228.82º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071A6D is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB726109-
CMYK0.940.7600.57
HSL228.82º87.93%22.75%-
HSV(B)228.82º93.58%42.75%-
XYZ3.221.8914.66-
YUV29.78172.71111.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 109 (42.97% from 255) = 76.76%
R=4.93%
G=18.31%
B=76.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7261090.940.7600.57228.8287.9322.75
Hex71A6D5E4C039e55817
Octal73215513611407134513027
Binary11111010110110110111101001100011100111100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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