Html Css Color HEX #120189 Ultramarine

📋 copy color: '#120189'

red 18 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #120189

Tints of Ultramarine #120189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 87.82%

R = 11.54%
G = 0.64%
B = 87.82%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#120189 (or 0x120189) is known color: Ultramarine. HEX triplet: 12, 01 and 89. RGB value is (18,1,137). Sum of RGB (Red+Green+Blue) = 18+1+137=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #120189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120189 is #EDFE76. Grayscale: #151515. Windows color (decimal): -15597175 or 8978706. OLE color: 8978706.

HSL color Cylindrical-coordinate representation of color #120189: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120189 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 1 137 -
CMYK 0.87 0.99 0 0.46
HSL 247.5º 0.99% 0.27% -
HSV(B) 247.5º 0.99% 0.54% -
XYZ 4.78 1.96 23.79 -
YUV 21.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 18 1 137 0.87 0.99 0 0.46 247.5 0.99 0.27
Hex 12 1 89 57 63 0 2E F8 63 1B
Octal 22 1 211 127 143 0 56 370 143 33
Binary 10010 1 10001001 1010111 1100011 0 101110 11111000 1100011 11011

Color Harmonies of #120189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120189

Black with #120189

Text Example


Text Example

White with #120189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120189; }

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

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

background-color css

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

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

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

border-color css

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

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

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