Html Css Color HEX #120990 Ultramarine

📋 copy color: '#120990'

red 18 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #120990

Tints of Ultramarine #120990

RGB

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

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

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

R = 10.53%
G = 5.26%
B = 84.21%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#120990 (or 0x120990) is known color: Ultramarine. HEX triplet: 12, 09 and 90. RGB value is (18,9,144). Sum of RGB (Red+Green+Blue) = 18+9+144=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #120990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120990 is #EDF66F. Grayscale: #1A1A1A. Windows color (decimal): -15595120 or 9439506. OLE color: 9439506.

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

Color convert

RGB 18 9 144 -
CMYK 0.88 0.94 0 0.44
HSL 244º 0.88% 0.3% -
HSV(B) 244º 0.94% 0.56% -
XYZ 5.38 2.34 26.55 -
YUV 27.08 193.98 121.52 -
System Red Green Blue C M Y K H S L
Decimal 18 9 144 0.88 0.94 0 0.44 244 0.88 0.3
Hex 12 9 90 58 5E 0 2C F4 58 1E
Octal 22 11 220 130 136 0 54 364 130 36
Binary 10010 1001 10010000 1011000 1011110 0 101100 11110100 1011000 11110

Color Harmonies of #120990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120990

Black with #120990

Text Example


Text Example

White with #120990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120990; }

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

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

background-color css

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

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

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

border-color css

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

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

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