#091359

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

Shades of Sapphire #091359

Tints of Sapphire #091359

Color information

#091359 (or 0x091359) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 59. RGB value is (9,19,89). Sum of RGB (Red+Green+Blue) = 9+19+89=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #091359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091359 is #F6ECA6. Grayscale: #171717. Windows color (decimal): -16182439 or 5837577. OLE color: 5837577.

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

Color convert

RGB91989-
CMYK0.900.7900.65
HSL232.5º81.63%19.22%-
HSV(B)232.5º89.89%34.9%-
XYZ2.151.259.58-
YUV23.99164.69117.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=7.69%
G=16.24%
B=76.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal919890.900.7900.65232.581.6319.22
Hex913595A4F041e85213
Octal1123131132117010135012223
Binary1001100111011001101101010011110100000111101000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091359; }

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

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

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

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

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

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

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

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