Html Css Color HEX #120E99 Ultramarine

📋 copy color: '#120E99'

red 18 ◦ green 14 ◦ blue 153

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

Shades of Ultramarine #120E99

Tints of Ultramarine #120E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.57%

 BLUE value IS 153 (60.16% from 255) = 82.7%

R = 9.73%
G = 7.57%
B = 82.7%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#120E99 (or 0x120E99) is known color: Ultramarine. HEX triplet: 12, 0E and 99. RGB value is (18,14,153). Sum of RGB (Red+Green+Blue) = 18+14+153=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #120E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120E99 is #EDF166. Grayscale: #1E1E1E. Windows color (decimal): -15593831 or 10030610. OLE color: 10030610.

HSL color Cylindrical-coordinate representation of color #120E99: hue angle of 241.73º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120E99 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 14 153 -
CMYK 0.88 0.91 0 0.4
HSL 241.73º 0.83% 0.33% -
HSV(B) 241.73º 0.91% 0.6% -
XYZ 6.16 2.74 30.34 -
YUV 31.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 18 14 153 0.88 0.91 0 0.4 241.73 0.83 0.33
Hex 12 E 99 58 5B 0 28 F2 53 21
Octal 22 16 231 130 133 0 50 362 123 41
Binary 10010 1110 10011001 1011000 1011011 0 101000 11110010 1010011 100001

Color Harmonies of #120E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E99

Black with #120E99

Text Example


Text Example

White with #120E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120E99; }

 p { color: rgb(18,14,153); }

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

background-color css

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

 a { background-color: rgb(18,14,153); }

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

border-color css

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

 span { border-color: rgb(18,14,153); }

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