Html Css Color HEX #091096 Ultramarine

📋 copy color: '#091096'

red 9 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #091096

Tints of Ultramarine #091096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

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

R = 5.14%
G = 9.14%
B = 85.71%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#091096 (or 0x091096) is known color: Ultramarine. HEX triplet: 09, 10 and 96. RGB value is (9,16,150). Sum of RGB (Red+Green+Blue) = 9+16+150=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #091096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091096 is #F6EF69. Grayscale: #1C1C1C. Windows color (decimal): -16183146 or 9834505. OLE color: 9834505.

HSL color Cylindrical-coordinate representation of color #091096: hue angle of 237.02º 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 #091096 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 16 150 -
CMYK 0.94 0.89 0 0.41
HSL 237.02º 0.89% 0.31% -
HSV(B) 237.02º 0.94% 0.59% -
XYZ 5.8 2.63 29.06 -
YUV 29.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 9 16 150 0.94 0.89 0 0.41 237.02 0.89 0.31
Hex 9 10 96 5E 59 0 29 ED 59 1F
Octal 11 20 226 136 131 0 51 355 131 37
Binary 1001 10000 10010110 1011110 1011001 0 101001 11101101 1011001 11111

Color Harmonies of #091096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091096

Black with #091096

Text Example


Text Example

White with #091096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091096; }

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

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

background-color css

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

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

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

border-color css

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

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

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