#071E5A

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

Shades of Sapphire #071E5A

Tints of Sapphire #071E5A

Color information

#071E5A (or 0x071E5A) is unknown color: approx Sapphire. HEX triplet: 07, 1E and 5A. RGB value is (7,30,90). Sum of RGB (Red+Green+Blue) = 7+30+90=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #071E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E5A is #F8E1A5. Grayscale: #1D1D1D. Windows color (decimal): -16310694 or 5905927. OLE color: 5905927.

HSL color Cylindrical-coordinate representation of color #071E5A: hue angle of 223.37º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071E5A is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73090-
CMYK0.920.6700.65
HSL223.37º85.57%19.02%-
HSV(B)223.37º92.22%35.29%-
XYZ2.41.719.88-
YUV29.96161.88111.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 90 (35.55% from 255) = 70.87%
R=5.51%
G=23.62%
B=70.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal730900.920.6700.65223.3785.5719.02
Hex71E5A5C43041df5613
Octal736132134103010133712623
Binary111111101011010101110010000110100000111011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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