#082289

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

Shades of Smalt #082289

Tints of Smalt #082289

Color information

#082289 (or 0x082289) is unknown color: approx Smalt. HEX triplet: 08, 22 and 89. RGB value is (8,34,137). Sum of RGB (Red+Green+Blue) = 8+34+137=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #082289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082289 is #F7DD76. Grayscale: #252525. Windows color (decimal): -16244087 or 8987144. OLE color: 8987144.

HSL color Cylindrical-coordinate representation of color #082289: hue angle of 227.91º 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 #082289 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB834137-
CMYK0.940.7500.46
HSL227.91º88.97%28.43%-
HSV(B)227.91º94.16%53.73%-
XYZ5.19323.97-
YUV37.97183.89106.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 137 (53.91% from 255) = 76.54%
R=4.47%
G=18.99%
B=76.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8341370.940.7500.46227.9188.9728.43
Hex822895E4B02Ee4591c
Octal104221113611305634413134
Binary10001000101000100110111101001011010111011100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082289; }

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

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

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

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

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

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

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

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