#091F59

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

Shades of Sapphire #091F59

Tints of Sapphire #091F59

Color information

#091F59 (or 0x091F59) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 59. RGB value is (9,31,89). Sum of RGB (Red+Green+Blue) = 9+31+89=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #091F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F59 is #F6E0A6. Grayscale: #1E1E1E. Windows color (decimal): -16179367 or 5840649. OLE color: 5840649.

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

Color convert

RGB93189-
CMYK0.900.6500.65
HSL223.5º81.63%19.22%-
HSV(B)223.5º89.89%34.9%-
XYZ2.411.769.66-
YUV31.03160.71112.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 89 (35.16% from 255) = 68.99%
R=6.98%
G=24.03%
B=68.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal931890.900.6500.65223.581.6319.22
Hex91F595A41041e05213
Octal1137131132101010134012223
Binary1001111111011001101101010000010100000111100000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F59; }

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

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

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

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

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

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

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

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