#071D70

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

Shades of Sapphire #071D70

Tints of Sapphire #071D70

Color information

#071D70 (or 0x071D70) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 70. RGB value is (7,29,112). Sum of RGB (Red+Green+Blue) = 7+29+112=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #071D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D70 is #F8E28F. Grayscale: #1F1F1F. Windows color (decimal): -16310928 or 7347463. OLE color: 7347463.

HSL color Cylindrical-coordinate representation of color #071D70: hue angle of 227.43º 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 #071D70 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB729112-
CMYK0.940.7400.56
HSL227.43º88.24%23.33%-
HSV(B)227.43º93.75%43.92%-
XYZ3.452.0915.55-
YUV31.88173.21110.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 112 (44.14% from 255) = 75.68%
R=4.73%
G=19.59%
B=75.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7291120.940.7400.56227.4388.2423.33
Hex71D705E4A038e35817
Octal73516013611207034313027
Binary11111101111000010111101001010011100011100011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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