#082699

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

Shades of Smalt #082699

Tints of Smalt #082699

Color information

#082699 (or 0x082699) is unknown color: approx Smalt. HEX triplet: 08, 26 and 99. RGB value is (8,38,153). Sum of RGB (Red+Green+Blue) = 8+38+153=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #082699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082699 is #F7D966. Grayscale: #292929. Windows color (decimal): -16243047 or 10036744. OLE color: 10036744.

HSL color Cylindrical-coordinate representation of color #082699: hue angle of 227.59º 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 #082699 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB838153-
CMYK0.950.7500.4
HSL227.59º90.06%31.57%-
HSV(B)227.59º94.77%60%-
XYZ6.543.7430.51-
YUV42.14190.56103.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 153 (60.16% from 255) = 76.88%
R=4.02%
G=19.10%
B=76.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8381530.950.7500.4227.5990.0631.57
Hex826995F4B028e45a20
Octal104623113711305034413240
Binary100010011010011001101111110010110101000111001001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082699; }

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

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

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

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

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

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

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

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