Html Css Color HEX #121490 Ultramarine

📋 copy color: '#121490'

red 18 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #121490

Tints of Ultramarine #121490

RGB

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

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

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

R = 9.89%
G = 10.99%
B = 79.12%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121490 (or 0x121490) is known color: Ultramarine. HEX triplet: 12, 14 and 90. RGB value is (18,20,144). Sum of RGB (Red+Green+Blue) = 18+20+144=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #121490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121490 is #EDEB6F. Grayscale: #212121. Windows color (decimal): -15592304 or 9442322. OLE color: 9442322.

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

Color convert

RGB 18 20 144 -
CMYK 0.88 0.86 0 0.44
HSL 239.05º 0.78% 0.32% -
HSV(B) 239.05º 0.88% 0.56% -
XYZ 5.53 2.64 26.6 -
YUV 33.54 190.34 116.92 -
System Red Green Blue C M Y K H S L
Decimal 18 20 144 0.88 0.86 0 0.44 239.05 0.78 0.32
Hex 12 14 90 58 56 0 2C EF 4E 20
Octal 22 24 220 130 126 0 54 357 116 40
Binary 10010 10100 10010000 1011000 1010110 0 101100 11101111 1001110 100000

Color Harmonies of #121490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121490

Black with #121490

Text Example


Text Example

White with #121490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121490; }

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

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

background-color css

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

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

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

border-color css

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

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

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