#082889

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

Shades of Smalt #082889

Tints of Smalt #082889

Color information

#082889 (or 0x082889) is unknown color: approx Smalt. HEX triplet: 08, 28 and 89. RGB value is (8,40,137). Sum of RGB (Red+Green+Blue) = 8+40+137=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #082889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082889 is #F7D776. Grayscale: #292929. Windows color (decimal): -16242551 or 8988680. OLE color: 8988680.

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

Color convert

RGB840137-
CMYK0.940.7100.46
HSL225.12º88.97%28.43%-
HSV(B)225.12º94.16%53.73%-
XYZ5.373.3824.04-
YUV41.49181.9104.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 137 (53.91% from 255) = 74.05%
R=4.32%
G=21.62%
B=74.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8401370.940.7100.46225.1288.9728.43
Hex828895E4702Ee1591c
Octal105021113610705634113134
Binary10001010001000100110111101000111010111011100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082889; }

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

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

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

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

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

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

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

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