#082D9D

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

Shades of Smalt #082D9D

Tints of Smalt #082D9D

Color information

#082D9D (or 0x082D9D) is unknown color: approx Smalt. HEX triplet: 08, 2D and 9D. RGB value is (8,45,157). Sum of RGB (Red+Green+Blue) = 8+45+157=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #082D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9D is #F7D262. Grayscale: #2E2E2E. Windows color (decimal): -16241251 or 10300680. OLE color: 10300680.

HSL color Cylindrical-coordinate representation of color #082D9D: hue angle of 225.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082D9D is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB845157-
CMYK0.950.7100.38
HSL225.1º90.3%32.35%-
HSV(B)225.1º94.9%61.57%-
XYZ7.124.3632.36-
YUV46.7190.24100.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 157 (61.72% from 255) = 74.76%
R=3.81%
G=21.43%
B=74.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8451570.950.7100.38225.190.332.35
Hex82D9D5F47026e15a20
Octal105523513710704634113240
Binary100010110110011101101111110001110100110111000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,45,157); }

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

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

 a { background-color: rgb(8,45,157); }

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

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

 span { border-color: rgb(8,45,157); }

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