Html Css Color HEX #091F49 Sapphire

📋 copy color: '#091F49'

red 9 ◦ green 31 ◦ blue 73

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

Shades of Sapphire #091F49

Tints of Sapphire #091F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.43%

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

R = 7.96%
G = 27.43%
B = 64.6%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091F49 (or 0x091F49) is known color: Sapphire. HEX triplet: 09, 1F and 49. RGB value is (9,31,73). Sum of RGB (Red+Green+Blue) = 9+31+73=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #091F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F49 is #F6E0B6. Grayscale: #1D1D1D. Windows color (decimal): -16179383 or 4792073. OLE color: 4792073.

HSL color Cylindrical-coordinate representation of color #091F49: hue angle of 219.38º 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 #091F49 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 31 73 -
CMYK 0.88 0.58 0 0.71
HSL 219.38º 0.78% 0.16% -
HSV(B) 219.38º 0.88% 0.29% -
XYZ 1.81 1.52 6.5 -
YUV 29.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 9 31 73 0.88 0.58 0 0.71 219.38 0.78 0.16
Hex 9 1F 49 58 3A 0 47 DB 4E 10
Octal 11 37 111 130 72 0 107 333 116 20
Binary 1001 11111 1001001 1011000 111010 0 1000111 11011011 1001110 10000

Color Harmonies of #091F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F49

Black with #091F49

Text Example


Text Example

White with #091F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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