#071D56

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

Shades of Sapphire #071D56

Tints of Sapphire #071D56

Color information

#071D56 (or 0x071D56) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 56. RGB value is (7,29,86). Sum of RGB (Red+Green+Blue) = 7+29+86=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #071D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D56 is #F8E2A9. Grayscale: #1C1C1C. Windows color (decimal): -16310954 or 5643527. OLE color: 5643527.

HSL color Cylindrical-coordinate representation of color #071D56: hue angle of 223.29º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071D56 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72986-
CMYK0.920.6600.66
HSL223.29º84.95%18.24%-
HSV(B)223.29º91.86%33.73%-
XYZ2.211.69-
YUV28.92160.21112.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 86 (33.98% from 255) = 70.49%
R=5.74%
G=23.77%
B=70.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal729860.920.6600.66223.2984.9518.24
Hex71D565C42042df5512
Octal735126134102010233712522
Binary111111011010110101110010000100100001011011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,29,86); }

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

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

 a { background-color: rgb(7,29,86); }

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

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

 span { border-color: rgb(7,29,86); }

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