#082148

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

Shades of Sapphire #082148

Tints of Sapphire #082148

Color information

#082148 (or 0x082148) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 48. RGB value is (8,33,72). Sum of RGB (Red+Green+Blue) = 8+33+72=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #082148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082148 is #F7DEB7. Grayscale: #1D1D1D. Windows color (decimal): -16244408 or 4727048. OLE color: 4727048.

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

Color convert

RGB83372-
CMYK0.890.5400.72
HSL216.56º80%15.69%-
HSV(B)216.56º88.89%28.24%-
XYZ1.811.616.35-
YUV29.97151.72112.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=7.08%
G=29.20%
B=63.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal833720.890.5400.72216.568015.69
Hex821485936048d95010
Octal104111013166011033112020
Binary1000100001100100010110011101100100100011011001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082148; }

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

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

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

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

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

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

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

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