#071f82

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

Shades of Sapphire #071F82

Tints of Sapphire #071F82

Color information

#071F82 (or 0x071F82) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 82. RGB value is (7,31,130). Sum of RGB (Red+Green+Blue) = 7+31+130=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #071F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F82 is #F8E07D. Grayscale: #222222. Windows color (decimal): -16310398 or 8527623. OLE color: 8527623.

HSL color Cylindrical-coordinate representation of color #071F82: hue angle of 228.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071F82 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB731130-
CMYK0.950.7600.49
HSL228.29º89.78%26.86%-
HSV(B)228.29º94.62%50.98%-
XYZ4.612.6421.39-
YUV35.11181.55107.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 130 (51.17% from 255) = 77.38%
R=4.17%
G=18.45%
B=77.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7311300.950.7600.49228.2989.7826.86
Hex71F825F4C031e45a1b
Octal73720213711406134413233
Binary111111111000001010111111001100011000111100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,130); }

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

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

 a { background-color: rgb(7,31,130); }

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

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

 span { border-color: rgb(7,31,130); }

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