#071F87

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

Shades of Smalt #071F87

Tints of Smalt #071F87

Color information

#071F87 (or 0x071F87) is unknown color: approx Smalt. HEX triplet: 07, 1F and 87. RGB value is (7,31,135). Sum of RGB (Red+Green+Blue) = 7+31+135=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #071F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F87 is #F8E078. Grayscale: #232323. Windows color (decimal): -16310393 or 8855303. OLE color: 8855303.

HSL color Cylindrical-coordinate representation of color #071F87: hue angle of 228.75º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071F87 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB731135-
CMYK0.950.7700.47
HSL228.75º90.14%27.84%-
HSV(B)228.75º94.81%52.94%-
XYZ4.952.7723.2-
YUV35.68184.05107.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 135 (53.12% from 255) = 78.03%
R=4.05%
G=17.92%
B=78.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7311350.950.7700.47228.7590.1427.84
Hex71F875F4D02Fe55a1c
Octal73720713711505734513234
Binary111111111000011110111111001101010111111100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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