#082551

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

Shades of Sapphire #082551

Tints of Sapphire #082551

Color information

#082551 (or 0x082551) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 51. RGB value is (8,37,81). Sum of RGB (Red+Green+Blue) = 8+37+81=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #082551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082551 is #F7DAAE. Grayscale: #212121. Windows color (decimal): -16243375 or 5317896. OLE color: 5317896.

HSL color Cylindrical-coordinate representation of color #082551: hue angle of 216.16º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082551 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB83781-
CMYK0.900.5400.68
HSL216.16º82.02%17.45%-
HSV(B)216.16º90.12%31.76%-
XYZ2.251.978.05-
YUV33.34154.89109.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 81 (32.03% from 255) = 64.29%
R=6.35%
G=29.37%
B=64.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal837810.900.5400.68216.1682.0217.45
Hex825515A36044d85211
Octal104512113266010433012221
Binary1000100101101000110110101101100100010011011000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082551; }

 p { color: rgb(8,37,81); }

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

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

 a { background-color: rgb(8,37,81); }

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

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

 span { border-color: rgb(8,37,81); }

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