#091C59

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

Shades of Sapphire #091C59

Tints of Sapphire #091C59

Color information

#091C59 (or 0x091C59) is unknown color: approx Sapphire. HEX triplet: 09, 1C and 59. RGB value is (9,28,89). Sum of RGB (Red+Green+Blue) = 9+28+89=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #091C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C59 is #F6E3A6. Grayscale: #1D1D1D. Windows color (decimal): -16180135 or 5839881. OLE color: 5839881.

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

Color convert

RGB92889-
CMYK0.900.6900.65
HSL225.75º81.63%19.22%-
HSV(B)225.75º89.89%34.9%-
XYZ2.331.619.64-
YUV29.27161.71113.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=7.14%
G=22.22%
B=70.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal928890.900.6900.65225.7581.6319.22
Hex91C595A45041e25213
Octal1134131132105010134212223
Binary1001111001011001101101010001010100000111100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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