Html Css Color HEX #121189 Ultramarine

📋 copy color: '#121189'

red 18 ◦ green 17 ◦ blue 137

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

Shades of Ultramarine #121189

Tints of Ultramarine #121189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 137 (53.91% from 255) = 79.65%

R = 10.47%
G = 9.88%
B = 79.65%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#121189 (or 0x121189) is known color: Ultramarine. HEX triplet: 12, 11 and 89. RGB value is (18,17,137). Sum of RGB (Red+Green+Blue) = 18+17+137=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #121189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121189 is #EDEE76. Grayscale: #1E1E1E. Windows color (decimal): -15593079 or 8982802. OLE color: 8982802.

HSL color Cylindrical-coordinate representation of color #121189: hue angle of 240.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121189 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 17 137 -
CMYK 0.87 0.88 0 0.46
HSL 240.5º 0.78% 0.3% -
HSV(B) 240.5º 0.88% 0.54% -
XYZ 4.97 2.34 23.86 -
YUV 30.98 187.83 118.74 -
System Red Green Blue C M Y K H S L
Decimal 18 17 137 0.87 0.88 0 0.46 240.5 0.78 0.3
Hex 12 11 89 57 58 0 2E F0 4E 1E
Octal 22 21 211 127 130 0 56 360 116 36
Binary 10010 10001 10001001 1010111 1011000 0 101110 11110000 1001110 11110

Color Harmonies of #121189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121189

Black with #121189

Text Example


Text Example

White with #121189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121189; }

 p { color: rgb(18,17,137); }

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

background-color css

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

 a { background-color: rgb(18,17,137); }

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

border-color css

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

 span { border-color: rgb(18,17,137); }

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