#082351

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

Shades of Sapphire #082351

Tints of Sapphire #082351

Color information

#082351 (or 0x082351) is unknown color: approx Sapphire. HEX triplet: 08, 23 and 51. RGB value is (8,35,81). Sum of RGB (Red+Green+Blue) = 8+35+81=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #082351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082351 is #F7DCAE. Grayscale: #1F1F1F. Windows color (decimal): -16243887 or 5317384. OLE color: 5317384.

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

Color convert

RGB83581-
CMYK0.900.5700.68
HSL217.81º82.02%17.45%-
HSV(B)217.81º90.12%31.76%-
XYZ2.191.858.03-
YUV32.17155.55110.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=6.45%
G=28.23%
B=65.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal835810.900.5700.68217.8182.0217.45
Hex823515A39044da5211
Octal104312113271010433212221
Binary1000100011101000110110101110010100010011011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082351; }

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

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

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

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

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

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

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

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