Html Css Color HEX #120E8D Ultramarine

📋 copy color: '#120E8D'

red 18 ◦ green 14 ◦ blue 141

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

Shades of Ultramarine #120E8D

Tints of Ultramarine #120E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 81.5%

R = 10.4%
G = 8.09%
B = 81.5%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#120E8D (or 0x120E8D) is known color: Ultramarine. HEX triplet: 12, 0E and 8D. RGB value is (18,14,141). Sum of RGB (Red+Green+Blue) = 18+14+141=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #120E8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120E8D is #EDF172. Grayscale: #1D1D1D. Windows color (decimal): -15593843 or 9244178. OLE color: 9244178.

HSL color Cylindrical-coordinate representation of color #120E8D: hue angle of 241.89º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120E8D is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 14 141 -
CMYK 0.87 0.90 0 0.45
HSL 241.89º 0.82% 0.3% -
HSV(B) 241.89º 0.9% 0.55% -
XYZ 5.21 2.37 25.38 -
YUV 29.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 18 14 141 0.87 0.90 0 0.45 241.89 0.82 0.3
Hex 12 E 8D 57 5A 0 2D F2 52 1E
Octal 22 16 215 127 132 0 55 362 122 36
Binary 10010 1110 10001101 1010111 1011010 0 101101 11110010 1010010 11110

Color Harmonies of #120E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E8D

Black with #120E8D

Text Example


Text Example

White with #120E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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