Html Css Color HEX #091155 Sapphire

📋 copy color: '#091155'

red 9 ◦ green 17 ◦ blue 85

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

Shades of Sapphire #091155

Tints of Sapphire #091155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 76.58%

R = 8.11%
G = 15.32%
B = 76.58%

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

#091155 (or 0x091155) is known color: Sapphire. HEX triplet: 09, 11 and 55. RGB value is (9,17,85). Sum of RGB (Red+Green+Blue) = 9+17+85=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #091155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091155 is #F6EEAA. Grayscale: #161616. Windows color (decimal): -16182955 or 5574921. OLE color: 5574921.

HSL color Cylindrical-coordinate representation of color #091155: hue angle of 233.68º 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 #091155 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 17 85 -
CMYK 0.89 0.80 0 0.67
HSL 233.68º 0.81% 0.18% -
HSV(B) 233.68º 0.89% 0.33% -
XYZ 1.95 1.11 8.71 -
YUV 22.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 9 17 85 0.89 0.80 0 0.67 233.68 0.81 0.18
Hex 9 11 55 59 50 0 43 EA 51 12
Octal 11 21 125 131 120 0 103 352 121 22
Binary 1001 10001 1010101 1011001 1010000 0 1000011 11101010 1010001 10010

Color Harmonies of #091155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091155

Black with #091155

Text Example


Text Example

White with #091155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091155; }

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

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

background-color css

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

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

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

border-color css

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

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

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