#082E98

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

Shades of Smalt #082E98

Tints of Smalt #082E98

Color information

#082E98 (or 0x082E98) is unknown color: approx Smalt. HEX triplet: 08, 2E and 98. RGB value is (8,46,152). Sum of RGB (Red+Green+Blue) = 8+46+152=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #082E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082E98 is #F7D167. Grayscale: #2E2E2E. Windows color (decimal): -16241000 or 9973256. OLE color: 9973256.

HSL color Cylindrical-coordinate representation of color #082E98: hue angle of 224.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082E98 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB846152-
CMYK0.950.7000.40
HSL224.17º90%31.37%-
HSV(B)224.17º94.74%59.61%-
XYZ6.744.2730.17-
YUV46.72187.41100.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 152 (59.77% from 255) = 73.79%
R=3.88%
G=22.33%
B=73.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8461520.950.7000.40224.179031.37
Hex82E985F46028e05a1f
Octal105623013710605034013237
Binary10001011101001100010111111000110010100011100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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