Html Css Color HEX #091594 Ultramarine

📋 copy color: '#091594'

red 9 ◦ green 21 ◦ blue 148

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

Shades of Ultramarine #091594

Tints of Ultramarine #091594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 5.06%
G = 11.8%
B = 83.15%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#091594 (or 0x091594) is known color: Ultramarine. HEX triplet: 09, 15 and 94. RGB value is (9,21,148). Sum of RGB (Red+Green+Blue) = 9+21+148=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 148 (58.20% from 255 or 83.15% from 178); Max value from RGB is 148 - color contains mainly: blue. Hex color #091594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091594 is #F6EA6B. Grayscale: #1F1F1F. Windows color (decimal): -16181868 or 9704713. OLE color: 9704713.

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

Color convert

RGB 9 21 148 -
CMYK 0.94 0.86 0 0.42
HSL 234.82º 0.89% 0.31% -
HSV(B) 234.82º 0.94% 0.58% -
XYZ 5.73 2.73 28.24 -
YUV 31.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 9 21 148 0.94 0.86 0 0.42 234.82 0.89 0.31
Hex 9 15 94 5E 56 0 2A EB 59 1F
Octal 11 25 224 136 126 0 52 353 131 37
Binary 1001 10101 10010100 1011110 1010110 0 101010 11101011 1011001 11111

Color Harmonies of #091594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091594

Black with #091594

Text Example


Text Example

White with #091594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091594; }

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

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

background-color css

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

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

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

border-color css

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

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

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