#071B79

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

Shades of Sapphire #071B79

Tints of Sapphire #071B79

Color information

#071B79 (or 0x071B79) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 79. RGB value is (7,27,121). Sum of RGB (Red+Green+Blue) = 7+27+121=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #071B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071B79 is #F8E486. Grayscale: #1F1F1F. Windows color (decimal): -16311431 or 7936775. OLE color: 7936775.

HSL color Cylindrical-coordinate representation of color #071B79: hue angle of 229.47º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071B79 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB727121-
CMYK0.940.7800.53
HSL229.47º89.06%25.1%-
HSV(B)229.47º94.21%47.45%-
XYZ3.932.2118.31-
YUV31.74178.37110.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 121 (47.66% from 255) = 78.06%
R=4.52%
G=17.42%
B=78.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7271210.940.7800.53229.4789.0625.1
Hex71B795E4E035e55919
Octal73317113611606534513131
Binary11111011111100110111101001110011010111100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,27,121); }

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

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

 a { background-color: rgb(7,27,121); }

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

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

 span { border-color: rgb(7,27,121); }

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