Html Css Color HEX #091159 Sapphire

📋 copy color: '#091159'

red 9 ◦ green 17 ◦ blue 89

#091159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #091159

Tints of Sapphire #091159

RGB

 RED value IS 9 (3.91% from 255) = 7.83%

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 89 (35.16% from 255) = 77.39%

R = 7.83%
G = 14.78%
B = 77.39%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091159 (or 0x091159) is known color: Sapphire. HEX triplet: 09, 11 and 59. RGB value is (9,17,89). Sum of RGB (Red+Green+Blue) = 9+17+89=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 17 (7.03% from 255 or 14.78% 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 #091159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091159 is #F6EEA6. Grayscale: #161616. Windows color (decimal): -16182951 or 5837065. OLE color: 5837065.

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

Color convert

RGB 9 17 89 -
CMYK 0.90 0.81 0 0.65
HSL 234º 0.82% 0.19% -
HSV(B) 234º 0.9% 0.35% -
XYZ 2.12 1.18 9.57 -
YUV 22.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 9 17 89 0.90 0.81 0 0.65 234 0.82 0.19
Hex 9 11 59 5A 51 0 41 EA 52 13
Octal 11 21 131 132 121 0 101 352 122 23
Binary 1001 10001 1011001 1011010 1010001 0 1000001 11101010 1010010 10011

Color Harmonies of #091159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091159

Black with #091159

Text Example


Text Example

White with #091159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091159; }

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

 H1.HeaderClassName
 {
   color: #091159;
 }
 .AnyTagClassName
 {
   color: #091159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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