Html Css Color HEX #091496 Ultramarine

📋 copy color: '#091496'

red 9 ◦ green 20 ◦ blue 150

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

Shades of Ultramarine #091496

Tints of Ultramarine #091496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

 BLUE value IS 150 (58.98% from 255) = 83.8%

R = 5.03%
G = 11.17%
B = 83.8%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#091496 (or 0x091496) is known color: Ultramarine. HEX triplet: 09, 14 and 96. RGB value is (9,20,150). Sum of RGB (Red+Green+Blue) = 9+20+150=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #091496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091496 is #F6EB69. Grayscale: #1F1F1F. Windows color (decimal): -16182122 or 9835529. OLE color: 9835529.

HSL color Cylindrical-coordinate representation of color #091496: hue angle of 235.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091496 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 20 150 -
CMYK 0.94 0.87 0 0.41
HSL 235.32º 0.89% 0.31% -
HSV(B) 235.32º 0.94% 0.59% -
XYZ 5.87 2.76 29.08 -
YUV 31.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 9 20 150 0.94 0.87 0 0.41 235.32 0.89 0.31
Hex 9 14 96 5E 57 0 29 EB 59 1F
Octal 11 24 226 136 127 0 51 353 131 37
Binary 1001 10100 10010110 1011110 1010111 0 101001 11101011 1011001 11111

Color Harmonies of #091496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091496

Black with #091496

Text Example


Text Example

White with #091496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091496; }

 p { color: rgb(9,20,150); }

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

background-color css

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

 a { background-color: rgb(9,20,150); }

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

border-color css

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

 span { border-color: rgb(9,20,150); }

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