Html Css Color HEX #091971 Sapphire

📋 copy color: '#091971'

red 9 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #091971

Tints of Sapphire #091971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 113 (44.53% from 255) = 76.87%

R = 6.12%
G = 17.01%
B = 76.87%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091971 (or 0x091971) is known color: Sapphire. HEX triplet: 09, 19 and 71. RGB value is (9,25,113). Sum of RGB (Red+Green+Blue) = 9+25+113=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #091971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091971 is #F6E68E. Grayscale: #1D1D1D. Windows color (decimal): -16180879 or 7411977. OLE color: 7411977.

HSL color Cylindrical-coordinate representation of color #091971: hue angle of 230.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091971 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 25 113 -
CMYK 0.92 0.78 0 0.56
HSL 230.77º 0.85% 0.24% -
HSV(B) 230.77º 0.92% 0.44% -
XYZ 3.44 1.95 15.82 -
YUV 30.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 9 25 113 0.92 0.78 0 0.56 230.77 0.85 0.24
Hex 9 19 71 5C 4E 0 38 E7 55 18
Octal 11 31 161 134 116 0 70 347 125 30
Binary 1001 11001 1110001 1011100 1001110 0 111000 11100111 1010101 11000

Color Harmonies of #091971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091971

Black with #091971

Text Example


Text Example

White with #091971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091971; }

 p { color: rgb(9,25,113); }

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

background-color css

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

 a { background-color: rgb(9,25,113); }

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

border-color css

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

 span { border-color: rgb(9,25,113); }

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