Html Css Color HEX #091993 Ultramarine

📋 copy color: '#091993'

red 9 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #091993

Tints of Ultramarine #091993

RGB

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

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

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

R = 4.97%
G = 13.81%
B = 81.22%

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

#091993 (or 0x091993) is known color: Ultramarine. HEX triplet: 09, 19 and 93. RGB value is (9,25,147). Sum of RGB (Red+Green+Blue) = 9+25+147=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #091993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091993 is #F6E66C. Grayscale: #212121. Windows color (decimal): -16180845 or 9640201. OLE color: 9640201.

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

Color convert

RGB 9 25 147 -
CMYK 0.94 0.83 0 0.42
HSL 233.04º 0.88% 0.31% -
HSV(B) 233.04º 0.94% 0.58% -
XYZ 5.73 2.86 27.85 -
YUV 34.12 191.7 110.08 -
System Red Green Blue C M Y K H S L
Decimal 9 25 147 0.94 0.83 0 0.42 233.04 0.88 0.31
Hex 9 19 93 5E 53 0 2A E9 58 1F
Octal 11 31 223 136 123 0 52 351 130 37
Binary 1001 11001 10010011 1011110 1010011 0 101010 11101001 1011000 11111

Color Harmonies of #091993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091993

Black with #091993

Text Example


Text Example

White with #091993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091993; }

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

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

background-color css

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

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

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

border-color css

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

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

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