#081259

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

Shades of Sapphire #081259

Tints of Sapphire #081259

Color information

#081259 (or 0x081259) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 59. RGB value is (8,18,89). Sum of RGB (Red+Green+Blue) = 8+18+89=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #081259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081259 is #F7EDA6. Grayscale: #161616. Windows color (decimal): -16248231 or 5837320. OLE color: 5837320.

HSL color Cylindrical-coordinate representation of color #081259: hue angle of 232.59º 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 #081259 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81889-
CMYK0.910.8000.65
HSL232.59º83.51%19.02%-
HSV(B)232.59º91.01%34.9%-
XYZ2.121.219.57-
YUV23.1165.19117.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 89 (35.16% from 255) = 77.39%
R=6.96%
G=15.65%
B=77.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal818890.910.8000.65232.5983.5119.02
Hex812595B50041e95413
Octal1022131133120010135112423
Binary1000100101011001101101110100000100000111101001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081259; }

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

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

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

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

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

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

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

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