#081359

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

Shades of Sapphire #081359

Tints of Sapphire #081359

Color information

#081359 (or 0x081359) is unknown color: approx Sapphire. HEX triplet: 08, 13 and 59. RGB value is (8,19,89). Sum of RGB (Red+Green+Blue) = 8+19+89=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #081359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081359 is #F7ECA6. Grayscale: #171717. Windows color (decimal): -16247975 or 5837576. OLE color: 5837576.

HSL color Cylindrical-coordinate representation of color #081359: hue angle of 231.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081359 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81989-
CMYK0.910.7900.65
HSL231.85º83.51%19.02%-
HSV(B)231.85º91.01%34.9%-
XYZ2.141.249.58-
YUV23.69164.86116.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 89 (35.16% from 255) = 76.72%
R=6.90%
G=16.38%
B=76.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal819890.910.7900.65231.8583.5119.02
Hex813595B4F041e85413
Octal1023131133117010135012423
Binary1000100111011001101101110011110100000111101000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081359; }

 p { color: rgb(8,19,89); }

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

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

 a { background-color: rgb(8,19,89); }

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

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

 span { border-color: rgb(8,19,89); }

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