Html Css Color HEX #122091 Ultramarine

📋 copy color: '#122091'

red 18 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #122091

Tints of Ultramarine #122091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 9.23%
G = 16.41%
B = 74.36%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122091 (or 0x122091) is known color: Ultramarine. HEX triplet: 12, 20 and 91. RGB value is (18,32,145). Sum of RGB (Red+Green+Blue) = 18+32+145=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #122091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122091 is #EDDF6E. Grayscale: #282828. Windows color (decimal): -15589231 or 9510930. OLE color: 9510930.

HSL color Cylindrical-coordinate representation of color #122091: hue angle of 233.39º 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 #122091 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 32 145 -
CMYK 0.88 0.78 0 0.43
HSL 233.39º 0.78% 0.32% -
HSV(B) 233.39º 0.88% 0.57% -
XYZ 5.88 3.21 27.1 -
YUV 40.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 18 32 145 0.88 0.78 0 0.43 233.39 0.78 0.32
Hex 12 20 91 58 4E 0 2B E9 4E 20
Octal 22 40 221 130 116 0 53 351 116 40
Binary 10010 100000 10010001 1011000 1001110 0 101011 11101001 1001110 100000

Color Harmonies of #122091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122091

Black with #122091

Text Example


Text Example

White with #122091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122091; }

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

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

background-color css

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

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

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

border-color css

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

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

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