Html Css Color HEX #122090 Ultramarine

📋 copy color: '#122090'

red 18 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #122090

Tints of Ultramarine #122090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 9.28%
G = 16.49%
B = 74.23%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#122090 (or 0x122090) is known color: Ultramarine. HEX triplet: 12, 20 and 90. RGB value is (18,32,144). Sum of RGB (Red+Green+Blue) = 18+32+144=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #122090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122090 is #EDDF6F. Grayscale: #282828. Windows color (decimal): -15589232 or 9445394. OLE color: 9445394.

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

Color convert

RGB 18 32 144 -
CMYK 0.88 0.78 0 0.44
HSL 233.33º 0.78% 0.32% -
HSV(B) 233.33º 0.88% 0.56% -
XYZ 5.8 3.18 26.69 -
YUV 40.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 18 32 144 0.88 0.78 0 0.44 233.33 0.78 0.32
Hex 12 20 90 58 4E 0 2C E9 4E 20
Octal 22 40 220 130 116 0 54 351 116 40
Binary 10010 100000 10010000 1011000 1001110 0 101100 11101001 1001110 100000

Color Harmonies of #122090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122090

Black with #122090

Text Example


Text Example

White with #122090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122090; }

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

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

background-color css

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

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

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

border-color css

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

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

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