Html Css Color HEX #091493 Ultramarine

📋 copy color: '#091493'

red 9 ◦ green 20 ◦ blue 147

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

Shades of Ultramarine #091493

Tints of Ultramarine #091493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 83.52%

R = 5.11%
G = 11.36%
B = 83.52%

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

#091493 (or 0x091493) is known color: Ultramarine. HEX triplet: 09, 14 and 93. RGB value is (9,20,147). Sum of RGB (Red+Green+Blue) = 9+20+147=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #091493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091493 is #F6EB6C. Grayscale: #1E1E1E. Windows color (decimal): -16182125 or 9638921. OLE color: 9638921.

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

Color convert

RGB 9 20 147 -
CMYK 0.94 0.86 0 0.42
HSL 235.22º 0.88% 0.31% -
HSV(B) 235.22º 0.94% 0.58% -
XYZ 5.63 2.66 27.82 -
YUV 31.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 9 20 147 0.94 0.86 0 0.42 235.22 0.88 0.31
Hex 9 14 93 5E 56 0 2A EB 58 1F
Octal 11 24 223 136 126 0 52 353 130 37
Binary 1001 10100 10010011 1011110 1010110 0 101010 11101011 1011000 11111

Color Harmonies of #091493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091493

Black with #091493

Text Example


Text Example

White with #091493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091493; }

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

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

background-color css

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

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

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

border-color css

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

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

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