Html Css Color HEX #120889 Ultramarine

📋 copy color: '#120889'

red 18 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #120889

Tints of Ultramarine #120889

RGB

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

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

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

R = 11.04%
G = 4.91%
B = 84.05%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#120889 (or 0x120889) is known color: Ultramarine. HEX triplet: 12, 08 and 89. RGB value is (18,8,137). Sum of RGB (Red+Green+Blue) = 18+8+137=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #120889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120889 is #EDF776. Grayscale: #191919. Windows color (decimal): -15595383 or 8980498. OLE color: 8980498.

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

Color convert

RGB 18 8 137 -
CMYK 0.87 0.94 0 0.46
HSL 244.65º 0.89% 0.28% -
HSV(B) 244.65º 0.94% 0.54% -
XYZ 4.85 2.11 23.82 -
YUV 25.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 18 8 137 0.87 0.94 0 0.46 244.65 0.89 0.28
Hex 12 8 89 57 5E 0 2E F5 59 1C
Octal 22 10 211 127 136 0 56 365 131 34
Binary 10010 1000 10001001 1010111 1011110 0 101110 11110101 1011001 11100

Color Harmonies of #120889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120889

Black with #120889

Text Example


Text Example

White with #120889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120889; }

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

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

background-color css

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

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

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

border-color css

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

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

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