#083082

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

Shades of Smalt #083082

Tints of Smalt #083082

Color information

#083082 (or 0x083082) is unknown color: approx Smalt. HEX triplet: 08, 30 and 82. RGB value is (8,48,130). Sum of RGB (Red+Green+Blue) = 8+48+130=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #083082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083082 is #F7CF7D. Grayscale: #2D2D2D. Windows color (decimal): -16240510 or 8531976. OLE color: 8531976.

HSL color Cylindrical-coordinate representation of color #083082: hue angle of 220.33º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083082 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB848130-
CMYK0.940.6300.49
HSL220.33º88.41%27.06%-
HSV(B)220.33º93.85%50.98%-
XYZ5.193.7821.57-
YUV45.39175.75101.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=4.30%
G=25.81%
B=69.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8481300.940.6300.49220.3388.4127.06
Hex830825E3F031dc581b
Octal10602021367706133413033
Binary1000110000100000101011110111111011000111011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083082; }

 p { color: rgb(8,48,130); }

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

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

 a { background-color: rgb(8,48,130); }

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

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

 span { border-color: rgb(8,48,130); }

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