#082154

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

Shades of Sapphire #082154

Tints of Sapphire #082154

Color information

#082154 (or 0x082154) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 54. RGB value is (8,33,84). Sum of RGB (Red+Green+Blue) = 8+33+84=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #082154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082154 is #F7DEAB. Grayscale: #1F1F1F. Windows color (decimal): -16244396 or 5513480. OLE color: 5513480.

HSL color Cylindrical-coordinate representation of color #082154: hue angle of 220.26º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082154 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83384-
CMYK0.900.6100.67
HSL220.26º82.61%18.04%-
HSV(B)220.26º90.48%32.94%-
XYZ2.241.788.61-
YUV31.34157.72111.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=6.4%
G=26.4%
B=67.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal833840.900.6100.67220.2682.6118.04
Hex821545A3D043dc5312
Octal104112413275010333412322
Binary1000100001101010010110101111010100001111011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082154; }

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

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

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

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

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

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

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

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