#071F8A

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

Shades of Smalt #071F8A

Tints of Smalt #071F8A

Color information

#071F8A (or 0x071F8A) is unknown color: approx Smalt. HEX triplet: 07, 1F and 8A. RGB value is (7,31,138). Sum of RGB (Red+Green+Blue) = 7+31+138=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #071F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F8A is #F8E075. Grayscale: #232323. Windows color (decimal): -16310390 or 9051911. OLE color: 9051911.

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

Color convert

RGB731138-
CMYK0.950.7800.46
HSL229.01º90.34%28.43%-
HSV(B)229.01º94.93%54.12%-
XYZ5.172.8624.32-
YUV36.02185.55107.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 138 (54.30% from 255) = 78.41%
R=3.98%
G=17.61%
B=78.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7311380.950.7800.46229.0190.3428.43
Hex71F8A5F4E02Ee55a1c
Octal73721213711605634513234
Binary111111111000101010111111001110010111011100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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