#082B8C

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

Shades of Smalt #082B8C

Tints of Smalt #082B8C

Color information

#082B8C (or 0x082B8C) is unknown color: approx Smalt. HEX triplet: 08, 2B and 8C. RGB value is (8,43,140). Sum of RGB (Red+Green+Blue) = 8+43+140=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #082B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082B8C is #F7D473. Grayscale: #2B2B2B. Windows color (decimal): -16241780 or 9186056. OLE color: 9186056.

HSL color Cylindrical-coordinate representation of color #082B8C: hue angle of 224.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082B8C is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB843140-
CMYK0.940.6900.45
HSL224.09º89.19%29.02%-
HSV(B)224.09º94.29%54.9%-
XYZ5.73.6725.22-
YUV43.59182.4102.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 140 (55.08% from 255) = 73.30%
R=4.19%
G=22.51%
B=73.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8431400.940.6900.45224.0989.1929.02
Hex82B8C5E4502De0591d
Octal105321413610505534013135
Binary10001010111000110010111101000101010110111100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,43,140); }

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

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

 a { background-color: rgb(8,43,140); }

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

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

 span { border-color: rgb(8,43,140); }

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