#071E69

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

Shades of Sapphire #071E69

Tints of Sapphire #071E69

Color information

#071E69 (or 0x071E69) is unknown color: approx Sapphire. HEX triplet: 07, 1E and 69. RGB value is (7,30,105). Sum of RGB (Red+Green+Blue) = 7+30+105=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #071E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E69 is #F8E196. Grayscale: #1F1F1F. Windows color (decimal): -16310679 or 6888967. OLE color: 6888967.

HSL color Cylindrical-coordinate representation of color #071E69: hue angle of 225.92º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071E69 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB730105-
CMYK0.930.7100.59
HSL225.92º87.5%21.96%-
HSV(B)225.92º93.33%41.18%-
XYZ3.11.9913.59-
YUV31.67169.38110.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=4.93%
G=21.13%
B=73.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7301050.930.7100.59225.9287.521.96
Hex71E695D4703Be25816
Octal73615113510707334213026
Binary11111110110100110111011000111011101111100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,30,105); }

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

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

 a { background-color: rgb(7,30,105); }

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

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

 span { border-color: rgb(7,30,105); }

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