Html Css Color HEX #091394 Ultramarine

📋 copy color: '#091394'

red 9 ◦ green 19 ◦ blue 148

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

Shades of Ultramarine #091394

Tints of Ultramarine #091394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 148 (58.2% from 255) = 84.09%

R = 5.11%
G = 10.8%
B = 84.09%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#091394 (or 0x091394) is known color: Ultramarine. HEX triplet: 09, 13 and 94. RGB value is (9,19,148). Sum of RGB (Red+Green+Blue) = 9+19+148=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #091394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091394 is #F6EC6B. Grayscale: #1E1E1E. Windows color (decimal): -16182380 or 9704201. OLE color: 9704201.

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

Color convert

RGB 9 19 148 -
CMYK 0.94 0.87 0 0.42
HSL 235.68º 0.89% 0.31% -
HSV(B) 235.68º 0.94% 0.58% -
XYZ 5.69 2.66 28.23 -
YUV 30.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 9 19 148 0.94 0.87 0 0.42 235.68 0.89 0.31
Hex 9 13 94 5E 57 0 2A EC 59 1F
Octal 11 23 224 136 127 0 52 354 131 37
Binary 1001 10011 10010100 1011110 1010111 0 101010 11101100 1011001 11111

Color Harmonies of #091394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091394

Black with #091394

Text Example


Text Example

White with #091394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091394; }

 p { color: rgb(9,19,148); }

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

background-color css

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

 a { background-color: rgb(9,19,148); }

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

border-color css

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

 span { border-color: rgb(9,19,148); }

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