#082E89

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

Shades of Smalt #082E89

Tints of Smalt #082E89

Color information

#082E89 (or 0x082E89) is unknown color: approx Smalt. HEX triplet: 08, 2E and 89. RGB value is (8,46,137). Sum of RGB (Red+Green+Blue) = 8+46+137=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #082E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082E89 is #F7D176. Grayscale: #2C2C2C. Windows color (decimal): -16241015 or 8990216. OLE color: 8990216.

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

Color convert

RGB846137-
CMYK0.940.6600.46
HSL222.33º88.97%28.43%-
HSV(B)222.33º94.16%53.73%-
XYZ5.593.8124.11-
YUV45.01179.91101.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 137 (53.91% from 255) = 71.73%
R=4.19%
G=24.08%
B=71.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8461370.940.6600.46222.3388.9728.43
Hex82E895E4202Ede591c
Octal105621113610205633613134
Binary10001011101000100110111101000010010111011011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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