#082989

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

Shades of Smalt #082989

Tints of Smalt #082989

Color information

#082989 (or 0x082989) is unknown color: approx Smalt. HEX triplet: 08, 29 and 89. RGB value is (8,41,137). Sum of RGB (Red+Green+Blue) = 8+41+137=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #082989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082989 is #F7D676. Grayscale: #292929. Windows color (decimal): -16242295 or 8988936. OLE color: 8988936.

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

Color convert

RGB841137-
CMYK0.940.7000.46
HSL224.65º88.97%28.43%-
HSV(B)224.65º94.16%53.73%-
XYZ5.413.4424.05-
YUV42.08181.57103.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 137 (53.91% from 255) = 73.66%
R=4.30%
G=22.04%
B=73.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8411370.940.7000.46224.6588.9728.43
Hex829895E4602Ee1591c
Octal105121113610605634113134
Binary10001010011000100110111101000110010111011100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082989; }

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

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

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

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

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

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

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

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