Html Css Color HEX #091154 Sapphire

📋 copy color: '#091154'

red 9 ◦ green 17 ◦ blue 84

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

Shades of Sapphire #091154

Tints of Sapphire #091154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 76.36%

R = 8.18%
G = 15.45%
B = 76.36%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091154 (or 0x091154) is known color: Sapphire. HEX triplet: 09, 11 and 54. RGB value is (9,17,84). Sum of RGB (Red+Green+Blue) = 9+17+84=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #091154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091154 is #F6EEAB. Grayscale: #151515. Windows color (decimal): -16182956 or 5509385. OLE color: 5509385.

HSL color Cylindrical-coordinate representation of color #091154: hue angle of 233.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091154 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 17 84 -
CMYK 0.89 0.80 0 0.67
HSL 233.6º 0.81% 0.18% -
HSV(B) 233.6º 0.89% 0.33% -
XYZ 1.91 1.1 8.5 -
YUV 22.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 9 17 84 0.89 0.80 0 0.67 233.6 0.81 0.18
Hex 9 11 54 59 50 0 43 EA 51 12
Octal 11 21 124 131 120 0 103 352 121 22
Binary 1001 10001 1010100 1011001 1010000 0 1000011 11101010 1010001 10010

Color Harmonies of #091154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091154

Black with #091154

Text Example


Text Example

White with #091154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091154; }

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

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

background-color css

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

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

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

border-color css

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

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

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