Html Css Color HEX #091E49 Sapphire

📋 copy color: '#091E49'

red 9 ◦ green 30 ◦ blue 73

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

Shades of Sapphire #091E49

Tints of Sapphire #091E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.79%

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 8.04%
G = 26.79%
B = 65.18%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091E49 (or 0x091E49) is known color: Sapphire. HEX triplet: 09, 1E and 49. RGB value is (9,30,73). Sum of RGB (Red+Green+Blue) = 9+30+73=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #091E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E49 is #F6E1B6. Grayscale: #1C1C1C. Windows color (decimal): -16179639 or 4791817. OLE color: 4791817.

HSL color Cylindrical-coordinate representation of color #091E49: hue angle of 220.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091E49 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 30 73 -
CMYK 0.88 0.59 0 0.71
HSL 220.31º 0.78% 0.16% -
HSV(B) 220.31º 0.88% 0.29% -
XYZ 1.78 1.47 6.49 -
YUV 28.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 9 30 73 0.88 0.59 0 0.71 220.31 0.78 0.16
Hex 9 1E 49 58 3B 0 47 DC 4E 10
Octal 11 36 111 130 73 0 107 334 116 20
Binary 1001 11110 1001001 1011000 111011 0 1000111 11011100 1001110 10000

Color Harmonies of #091E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E49

Black with #091E49

Text Example


Text Example

White with #091E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,30,73); }

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

background-color css

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

 a { background-color: rgb(9,30,73); }

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

border-color css

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

 span { border-color: rgb(9,30,73); }

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