#082454

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

Shades of Sapphire #082454

Tints of Sapphire #082454

Color information

#082454 (or 0x082454) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 54. RGB value is (8,36,84). Sum of RGB (Red+Green+Blue) = 8+36+84=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #082454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082454 is #F7DBAB. Grayscale: #202020. Windows color (decimal): -16243628 or 5514248. OLE color: 5514248.

HSL color Cylindrical-coordinate representation of color #082454: hue angle of 217.89º 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 #082454 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83684-
CMYK0.900.5700.67
HSL217.89º82.61%18.04%-
HSV(B)217.89º90.48%32.94%-
XYZ2.331.958.64-
YUV33.1156.72110.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 84 (33.20% from 255) = 65.62%
R=6.25%
G=28.12%
B=65.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal836840.900.5700.67217.8982.6118.04
Hex824545A39043da5312
Octal104412413271010333212322
Binary1000100100101010010110101110010100001111011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082454; }

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

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

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

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

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

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

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

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