Html Css Color HEX #121890 Ultramarine

📋 copy color: '#121890'

red 18 ◦ green 24 ◦ blue 144

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

Shades of Ultramarine #121890

Tints of Ultramarine #121890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

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

R = 9.68%
G = 12.9%
B = 77.42%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121890 (or 0x121890) is known color: Ultramarine. HEX triplet: 12, 18 and 90. RGB value is (18,24,144). Sum of RGB (Red+Green+Blue) = 18+24+144=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #121890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121890 is #EDE76F. Grayscale: #232323. Windows color (decimal): -15591280 or 9443346. OLE color: 9443346.

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

Color convert

RGB 18 24 144 -
CMYK 0.88 0.83 0 0.44
HSL 237.14º 0.78% 0.32% -
HSV(B) 237.14º 0.88% 0.56% -
XYZ 5.61 2.8 26.63 -
YUV 35.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 18 24 144 0.88 0.83 0 0.44 237.14 0.78 0.32
Hex 12 18 90 58 53 0 2C ED 4E 20
Octal 22 30 220 130 123 0 54 355 116 40
Binary 10010 11000 10010000 1011000 1010011 0 101100 11101101 1001110 100000

Color Harmonies of #121890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121890

Black with #121890

Text Example


Text Example

White with #121890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121890; }

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

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

background-color css

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

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

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

border-color css

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

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

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