#082C99

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

Shades of Smalt #082C99

Tints of Smalt #082C99

Color information

#082C99 (or 0x082C99) is unknown color: approx Smalt. HEX triplet: 08, 2C and 99. RGB value is (8,44,153). Sum of RGB (Red+Green+Blue) = 8+44+153=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #082C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C99 is #F7D366. Grayscale: #2D2D2D. Windows color (decimal): -16241511 or 10038280. OLE color: 10038280.

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

Color convert

RGB844153-
CMYK0.950.7100.4
HSL225.1º90.06%31.57%-
HSV(B)225.1º94.77%60%-
XYZ6.754.1530.58-
YUV45.66188.57101.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 153 (60.16% from 255) = 74.63%
R=3.90%
G=21.46%
B=74.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8441530.950.7100.4225.190.0631.57
Hex82C995F47028e15a20
Octal105423113710705034113240
Binary100010110010011001101111110001110101000111000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,44,153); }

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

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

 a { background-color: rgb(8,44,153); }

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

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

 span { border-color: rgb(8,44,153); }

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