#082654

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

Shades of Sapphire #082654

Tints of Sapphire #082654

Color information

#082654 (or 0x082654) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 54. RGB value is (8,38,84). Sum of RGB (Red+Green+Blue) = 8+38+84=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #082654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082654 is #F7D9AB. Grayscale: #222222. Windows color (decimal): -16243116 or 5514760. OLE color: 5514760.

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

Color convert

RGB83884-
CMYK0.900.5500.67
HSL216.32º82.61%18.04%-
HSV(B)216.32º90.48%32.94%-
XYZ2.392.088.66-
YUV34.27156.06109.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 84 (33.20% from 255) = 64.62%
R=6.15%
G=29.23%
B=64.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838840.900.5500.67216.3282.6118.04
Hex826545A37043d85312
Octal104612413267010333012322
Binary1000100110101010010110101101110100001111011000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082654; }

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

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

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

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

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

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

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

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