Html Css Color HEX #121194 Ultramarine

📋 copy color: '#121194'

red 18 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #121194

Tints of Ultramarine #121194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80.87%

R = 9.84%
G = 9.29%
B = 80.87%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121194 (or 0x121194) is known color: Ultramarine. HEX triplet: 12, 11 and 94. RGB value is (18,17,148). Sum of RGB (Red+Green+Blue) = 18+17+148=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #121194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121194 is #EDEE6B. Grayscale: #1F1F1F. Windows color (decimal): -15593068 or 9703698. OLE color: 9703698.

HSL color Cylindrical-coordinate representation of color #121194: hue angle of 240.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121194 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 17 148 -
CMYK 0.88 0.89 0 0.42
HSL 240.46º 0.79% 0.32% -
HSV(B) 240.46º 0.89% 0.58% -
XYZ 5.8 2.67 28.23 -
YUV 32.23 193.33 117.85 -
System Red Green Blue C M Y K H S L
Decimal 18 17 148 0.88 0.89 0 0.42 240.46 0.79 0.32
Hex 12 11 94 58 59 0 2A F0 4F 20
Octal 22 21 224 130 131 0 52 360 117 40
Binary 10010 10001 10010100 1011000 1011001 0 101010 11110000 1001111 100000

Color Harmonies of #121194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121194

Black with #121194

Text Example


Text Example

White with #121194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121194; }

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

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

background-color css

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

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

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

border-color css

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

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

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