Html Css Color HEX #122191 Ultramarine

📋 copy color: '#122191'

red 18 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #122191

Tints of Ultramarine #122191

RGB

 RED value IS 18 (7.42% from 255) = 9.18%

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 145 (57.03% from 255) = 73.98%

R = 9.18%
G = 16.84%
B = 73.98%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122191 (or 0x122191) is known color: Ultramarine. HEX triplet: 12, 21 and 91. RGB value is (18,33,145). Sum of RGB (Red+Green+Blue) = 18+33+145=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #122191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122191 is #EDDE6E. Grayscale: #282828. Windows color (decimal): -15588975 or 9511186. OLE color: 9511186.

HSL color Cylindrical-coordinate representation of color #122191: hue angle of 232.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122191 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 33 145 -
CMYK 0.88 0.77 0 0.43
HSL 232.91º 0.78% 0.32% -
HSV(B) 232.91º 0.88% 0.57% -
XYZ 5.9 3.26 27.11 -
YUV 41.28 186.53 111.39 -
System Red Green Blue C M Y K H S L
Decimal 18 33 145 0.88 0.77 0 0.43 232.91 0.78 0.32
Hex 12 21 91 58 4D 0 2B E9 4E 20
Octal 22 41 221 130 115 0 53 351 116 40
Binary 10010 100001 10010001 1011000 1001101 0 101011 11101001 1001110 100000

Color Harmonies of #122191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122191

Black with #122191

Text Example


Text Example

White with #122191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122191; }

 p { color: rgb(18,33,145); }

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

background-color css

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

 a { background-color: rgb(18,33,145); }

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

border-color css

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

 span { border-color: rgb(18,33,145); }

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