Html Css Color HEX #120191 Ultramarine

📋 copy color: '#120191'

red 18 ◦ green 1 ◦ blue 145

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

Shades of Ultramarine #120191

Tints of Ultramarine #120191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 145 (57.03% from 255) = 88.41%

R = 10.98%
G = 0.61%
B = 88.41%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#120191 (or 0x120191) is known color: Ultramarine. HEX triplet: 12, 01 and 91. RGB value is (18,1,145). Sum of RGB (Red+Green+Blue) = 18+1+145=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #120191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120191 is #EDFE6E. Grayscale: #151515. Windows color (decimal): -15597167 or 9502994. OLE color: 9502994.

HSL color Cylindrical-coordinate representation of color #120191: hue angle of 247.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120191 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 1 145 -
CMYK 0.88 0.99 0 0.43
HSL 247.08º 0.99% 0.29% -
HSV(B) 247.08º 0.99% 0.57% -
XYZ 5.37 2.19 26.93 -
YUV 22.5 197.13 124.79 -
System Red Green Blue C M Y K H S L
Decimal 18 1 145 0.88 0.99 0 0.43 247.08 0.99 0.29
Hex 12 1 91 58 63 0 2B F7 63 1D
Octal 22 1 221 130 143 0 53 367 143 35
Binary 10010 1 10010001 1011000 1100011 0 101011 11110111 1100011 11101

Color Harmonies of #120191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120191

Black with #120191

Text Example


Text Example

White with #120191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120191; }

 p { color: rgb(18,1,145); }

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

background-color css

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

 a { background-color: rgb(18,1,145); }

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

border-color css

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

 span { border-color: rgb(18,1,145); }

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