#071A6F

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

Shades of Sapphire #071A6F

Tints of Sapphire #071A6F

Color information

#071A6F (or 0x071A6F) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 6F. RGB value is (7,26,111). Sum of RGB (Red+Green+Blue) = 7+26+111=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #071A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A6F is #F8E590. Grayscale: #1D1D1D. Windows color (decimal): -16311697 or 7281159. OLE color: 7281159.

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

Color convert

RGB726111-
CMYK0.940.7700.56
HSL229.04º88.14%23.14%-
HSV(B)229.04º93.69%43.53%-
XYZ3.331.9315.24-
YUV30.01173.71111.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 111 (43.75% from 255) = 77.08%
R=4.86%
G=18.06%
B=77.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7261110.940.7700.56229.0488.1423.14
Hex71A6F5E4D038e55817
Octal73215713611507034513027
Binary11111010110111110111101001101011100011100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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