Html Css Color HEX #091994 Ultramarine

📋 copy color: '#091994'

red 9 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #091994

Tints of Ultramarine #091994

RGB

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

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

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

R = 4.95%
G = 13.74%
B = 81.32%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#091994 (or 0x091994) is known color: Ultramarine. HEX triplet: 09, 19 and 94. RGB value is (9,25,148). Sum of RGB (Red+Green+Blue) = 9+25+148=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #091994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091994 is #F6E66B. Grayscale: #212121. Windows color (decimal): -16180844 or 9705737. OLE color: 9705737.

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

Color convert

RGB 9 25 148 -
CMYK 0.94 0.83 0 0.42
HSL 233.09º 0.89% 0.31% -
HSV(B) 233.09º 0.94% 0.58% -
XYZ 5.81 2.89 28.27 -
YUV 34.24 192.2 110 -
System Red Green Blue C M Y K H S L
Decimal 9 25 148 0.94 0.83 0 0.42 233.09 0.89 0.31
Hex 9 19 94 5E 53 0 2A E9 59 1F
Octal 11 31 224 136 123 0 52 351 131 37
Binary 1001 11001 10010100 1011110 1010011 0 101010 11101001 1011001 11111

Color Harmonies of #091994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091994

Black with #091994

Text Example


Text Example

White with #091994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091994; }

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

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

background-color css

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

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

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

border-color css

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

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

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