Html Css Color HEX #120994 Ultramarine

📋 copy color: '#120994'

red 18 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #120994

Tints of Ultramarine #120994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

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

R = 10.29%
G = 5.14%
B = 84.57%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120994 (or 0x120994) is known color: Ultramarine. HEX triplet: 12, 09 and 94. RGB value is (18,9,148). Sum of RGB (Red+Green+Blue) = 18+9+148=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #120994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120994 is #EDF66B. Grayscale: #1A1A1A. Windows color (decimal): -15595116 or 9701650. OLE color: 9701650.

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

Color convert

RGB 18 9 148 -
CMYK 0.88 0.94 0 0.42
HSL 243.88º 0.89% 0.31% -
HSV(B) 243.88º 0.94% 0.58% -
XYZ 5.69 2.46 28.19 -
YUV 27.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 18 9 148 0.88 0.94 0 0.42 243.88 0.89 0.31
Hex 12 9 94 58 5E 0 2A F4 59 1F
Octal 22 11 224 130 136 0 52 364 131 37
Binary 10010 1001 10010100 1011000 1011110 0 101010 11110100 1011001 11111

Color Harmonies of #120994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120994

Black with #120994

Text Example


Text Example

White with #120994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120994; }

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

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

background-color css

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

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

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

border-color css

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

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

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