#082E90

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

Shades of Smalt #082E90

Tints of Smalt #082E90

Color information

#082E90 (or 0x082E90) is unknown color: approx Smalt. HEX triplet: 08, 2E and 90. RGB value is (8,46,144). Sum of RGB (Red+Green+Blue) = 8+46+144=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #082E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082E90 is #F7D16F. Grayscale: #2D2D2D. Windows color (decimal): -16241008 or 9448968. OLE color: 9448968.

HSL color Cylindrical-coordinate representation of color #082E90: hue angle of 223.24º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082E90 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB846144-
CMYK0.940.6800.44
HSL223.24º89.47%29.8%-
HSV(B)223.24º94.44%56.47%-
XYZ6.114.0226.84-
YUV45.81183.41101.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 144 (56.64% from 255) = 72.73%
R=4.04%
G=23.23%
B=72.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8461440.940.6800.44223.2489.4729.8
Hex82E905E4402Cdf591e
Octal105622013610405433713136
Binary10001011101001000010111101000100010110011011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082E90; }

 p { color: rgb(8,46,144); }

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

<style>
 a { background-color: #082E90; }

 a { background-color: rgb(8,46,144); }

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

<style>
 span { border-color: #082E90; }

 span { border-color: rgb(8,46,144); }

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