#091259

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

Shades of Sapphire #091259

Tints of Sapphire #091259

Color information

#091259 (or 0x091259) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 59. RGB value is (9,18,89). Sum of RGB (Red+Green+Blue) = 9+18+89=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 18 (7.42% from 255 or 15.52% 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 #091259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091259 is #F6EDA6. Grayscale: #171717. Windows color (decimal): -16182695 or 5837321. OLE color: 5837321.

HSL color Cylindrical-coordinate representation of color #091259: hue angle of 233.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091259 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB91889-
CMYK0.900.8000.65
HSL233.25º81.63%19.22%-
HSV(B)233.25º89.89%34.9%-
XYZ2.131.219.57-
YUV23.4165.02117.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 89 (35.16% from 255) = 76.72%
R=7.76%
G=15.52%
B=76.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal918890.900.8000.65233.2581.6319.22
Hex912595A50041e95213
Octal1122131132120010135112223
Binary1001100101011001101101010100000100000111101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091259; }

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

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

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

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

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

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

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

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