Html Css Color HEX #121094 Ultramarine

📋 copy color: '#121094'

red 18 ◦ green 16 ◦ blue 148

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

Shades of Ultramarine #121094

Tints of Ultramarine #121094

RGB

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

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

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

R = 9.89%
G = 8.79%
B = 81.32%

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

#121094 (or 0x121094) is known color: Ultramarine. HEX triplet: 12, 10 and 94. RGB value is (18,16,148). Sum of RGB (Red+Green+Blue) = 18+16+148=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #121094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121094 is #EDEF6B. Grayscale: #1F1F1F. Windows color (decimal): -15593324 or 9703442. OLE color: 9703442.

HSL color Cylindrical-coordinate representation of color #121094: hue angle of 240.91º degrees, saturation: 0.8, 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 #121094 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 16 148 -
CMYK 0.88 0.89 0 0.42
HSL 240.91º 0.8% 0.32% -
HSV(B) 240.91º 0.89% 0.58% -
XYZ 5.78 2.64 28.22 -
YUV 31.65 193.66 118.27 -
System Red Green Blue C M Y K H S L
Decimal 18 16 148 0.88 0.89 0 0.42 240.91 0.8 0.32
Hex 12 10 94 58 59 0 2A F1 50 20
Octal 22 20 224 130 131 0 52 361 120 40
Binary 10010 10000 10010100 1011000 1011001 0 101010 11110001 1010000 100000

Color Harmonies of #121094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121094

Black with #121094

Text Example


Text Example

White with #121094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121094; }

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

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

background-color css

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

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

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

border-color css

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

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

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