#071F8E

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

Shades of Smalt #071F8E

Tints of Smalt #071F8E

Color information

#071F8E (or 0x071F8E) is unknown color: approx Smalt. HEX triplet: 07, 1F and 8E. RGB value is (7,31,142). Sum of RGB (Red+Green+Blue) = 7+31+142=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #071F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F8E is #F8E071. Grayscale: #242424. Windows color (decimal): -16310386 or 9314055. OLE color: 9314055.

HSL color Cylindrical-coordinate representation of color #071F8E: hue angle of 229.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071F8E is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB731142-
CMYK0.950.7800.44
HSL229.33º90.6%29.22%-
HSV(B)229.33º95.07%55.69%-
XYZ5.462.9825.88-
YUV36.48187.55106.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.89%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 142 (55.86% from 255) = 78.89%
R=3.89%
G=17.22%
B=78.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7311420.950.7800.44229.3390.629.22
Hex71F8E5F4E02Ce55b1d
Octal73721613711605434513335
Binary111111111000111010111111001110010110011100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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