Html Css Color HEX #120891 Ultramarine

📋 copy color: '#120891'

red 18 ◦ green 8 ◦ blue 145

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

Shades of Ultramarine #120891

Tints of Ultramarine #120891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 10.53%
G = 4.68%
B = 84.8%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#120891 (or 0x120891) is known color: Ultramarine. HEX triplet: 12, 08 and 91. RGB value is (18,8,145). Sum of RGB (Red+Green+Blue) = 18+8+145=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #120891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120891 is #EDF76E. Grayscale: #1A1A1A. Windows color (decimal): -15595375 or 9504786. OLE color: 9504786.

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

Color convert

RGB 18 8 145 -
CMYK 0.88 0.94 0 0.43
HSL 244.38º 0.9% 0.3% -
HSV(B) 244.38º 0.94% 0.57% -
XYZ 5.45 2.35 26.95 -
YUV 26.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 18 8 145 0.88 0.94 0 0.43 244.38 0.9 0.3
Hex 12 8 91 58 5E 0 2B F4 5A 1E
Octal 22 10 221 130 136 0 53 364 132 36
Binary 10010 1000 10010001 1011000 1011110 0 101011 11110100 1011010 11110

Color Harmonies of #120891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120891

Black with #120891

Text Example


Text Example

White with #120891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120891; }

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

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

background-color css

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

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

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

border-color css

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

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

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