#082149

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

Shades of Sapphire #082149

Tints of Sapphire #082149

Color information

#082149 (or 0x082149) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 49. RGB value is (8,33,73). Sum of RGB (Red+Green+Blue) = 8+33+73=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #082149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082149 is #F7DEB6. Grayscale: #1D1D1D. Windows color (decimal): -16244407 or 4792584. OLE color: 4792584.

HSL color Cylindrical-coordinate representation of color #082149: hue angle of 216.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082149 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB83373-
CMYK0.890.5500.71
HSL216.92º80.25%15.88%-
HSV(B)216.92º89.04%28.63%-
XYZ1.851.626.52-
YUV30.08152.22112.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=7.02%
G=28.95%
B=64.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal833730.890.5500.71216.9280.2515.88
Hex821495937047d95010
Octal104111113167010733112020
Binary1000100001100100110110011101110100011111011001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082149; }

 p { color: rgb(8,33,73); }

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

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

 a { background-color: rgb(8,33,73); }

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

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

 span { border-color: rgb(8,33,73); }

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