#081f8a

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

Shades of Smalt #081F8A

Tints of Smalt #081F8A

Color information

#081F8A (or 0x081F8A) is unknown color: approx Smalt. HEX triplet: 08, 1F and 8A. RGB value is (8,31,138). Sum of RGB (Red+Green+Blue) = 8+31+138=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #081F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081F8A is #F7E075. Grayscale: #232323. Windows color (decimal): -16244854 or 9051912. OLE color: 9051912.

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

Color convert

RGB831138-
CMYK0.940.7800.46
HSL229.38º89.04%28.63%-
HSV(B)229.38º94.2%54.12%-
XYZ5.182.8724.33-
YUV36.32185.38107.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 138 (54.30% from 255) = 77.97%
R=4.52%
G=17.51%
B=77.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8311380.940.7800.46229.3889.0428.63
Hex81F8A5E4E02Ee5591d
Octal103721213611605634513135
Binary1000111111000101010111101001110010111011100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081f8a; }

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

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

<style>
 a { background-color: #081f8a; }

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

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

<style>
 span { border-color: #081f8a; }

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

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