#071F89

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

Shades of Smalt #071F89

Tints of Smalt #071F89

Color information

#071F89 (or 0x071F89) is unknown color: approx Smalt. HEX triplet: 07, 1F and 89. RGB value is (7,31,137). Sum of RGB (Red+Green+Blue) = 7+31+137=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #071F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F89 is #F8E076. Grayscale: #232323. Windows color (decimal): -16310391 or 8986375. OLE color: 8986375.

HSL color Cylindrical-coordinate representation of color #071F89: hue angle of 228.92º 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 #071F89 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB731137-
CMYK0.950.7700.46
HSL228.92º90.28%28.24%-
HSV(B)228.92º94.89%53.73%-
XYZ5.092.8323.94-
YUV35.91185.05107.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 137 (53.91% from 255) = 78.29%
R=4%
G=17.71%
B=78.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7311370.950.7700.46228.9290.2828.24
Hex71F895F4D02Ee55a1c
Octal73721113711505634513234
Binary111111111000100110111111001101010111011100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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