Html Css Color HEX #091151 Sapphire

📋 copy color: '#091151'

red 9 ◦ green 17 ◦ blue 81

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

Shades of Sapphire #091151

Tints of Sapphire #091151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 75.7%

R = 8.41%
G = 15.89%
B = 75.7%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091151 (or 0x091151) is known color: Sapphire. HEX triplet: 09, 11 and 51. RGB value is (9,17,81). Sum of RGB (Red+Green+Blue) = 9+17+81=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #091151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091151 is #F6EEAE. Grayscale: #151515. Windows color (decimal): -16182959 or 5312777. OLE color: 5312777.

HSL color Cylindrical-coordinate representation of color #091151: hue angle of 233.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091151 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 17 81 -
CMYK 0.89 0.79 0 0.68
HSL 233.33º 0.8% 0.18% -
HSV(B) 233.33º 0.89% 0.32% -
XYZ 1.8 1.05 7.89 -
YUV 21.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 9 17 81 0.89 0.79 0 0.68 233.33 0.8 0.18
Hex 9 11 51 59 4F 0 44 E9 50 12
Octal 11 21 121 131 117 0 104 351 120 22
Binary 1001 10001 1010001 1011001 1001111 0 1000100 11101001 1010000 10010

Color Harmonies of #091151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091151

Black with #091151

Text Example


Text Example

White with #091151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091151; }

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

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

background-color css

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

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

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

border-color css

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

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

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