Html Css Color HEX #121090 Ultramarine

📋 copy color: '#121090'

red 18 ◦ green 16 ◦ blue 144

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

Shades of Ultramarine #121090

Tints of Ultramarine #121090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 10.11%
G = 8.99%
B = 80.9%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121090 (or 0x121090) is known color: Ultramarine. HEX triplet: 12, 10 and 90. RGB value is (18,16,144). Sum of RGB (Red+Green+Blue) = 18+16+144=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #121090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121090 is #EDEF6F. Grayscale: #1E1E1E. Windows color (decimal): -15593328 or 9441298. OLE color: 9441298.

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

Color convert

RGB 18 16 144 -
CMYK 0.88 0.89 0 0.44
HSL 240.94º 0.8% 0.31% -
HSV(B) 240.94º 0.89% 0.56% -
XYZ 5.47 2.51 26.58 -
YUV 31.19 191.66 118.59 -
System Red Green Blue C M Y K H S L
Decimal 18 16 144 0.88 0.89 0 0.44 240.94 0.8 0.31
Hex 12 10 90 58 59 0 2C F1 50 1F
Octal 22 20 220 130 131 0 54 361 120 37
Binary 10010 10000 10010000 1011000 1011001 0 101100 11110001 1010000 11111

Color Harmonies of #121090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121090

Black with #121090

Text Example


Text Example

White with #121090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121090; }

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

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

background-color css

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

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

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

border-color css

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

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

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