Html Css Color HEX #091991 Ultramarine

📋 copy color: '#091991'

red 9 ◦ green 25 ◦ blue 145

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

Shades of Ultramarine #091991

Tints of Ultramarine #091991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 81.01%

R = 5.03%
G = 13.97%
B = 81.01%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#091991 (or 0x091991) is known color: Ultramarine. HEX triplet: 09, 19 and 91. RGB value is (9,25,145). Sum of RGB (Red+Green+Blue) = 9+25+145=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 145 (57.03% from 255 or 81.01% from 179); Max value from RGB is 145 - color contains mainly: blue. Hex color #091991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091991 is #F6E66E. Grayscale: #212121. Windows color (decimal): -16180847 or 9509129. OLE color: 9509129.

HSL color Cylindrical-coordinate representation of color #091991: hue angle of 232.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091991 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 25 145 -
CMYK 0.94 0.83 0 0.43
HSL 232.94º 0.88% 0.3% -
HSV(B) 232.94º 0.94% 0.57% -
XYZ 5.57 2.8 27.03 -
YUV 33.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 9 25 145 0.94 0.83 0 0.43 232.94 0.88 0.3
Hex 9 19 91 5E 53 0 2B E9 58 1E
Octal 11 31 221 136 123 0 53 351 130 36
Binary 1001 11001 10010001 1011110 1010011 0 101011 11101001 1011000 11110

Color Harmonies of #091991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091991

Black with #091991

Text Example


Text Example

White with #091991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091991; }

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

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

background-color css

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

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

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

border-color css

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

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

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