Html Css Color HEX #120981 Ultramarine

📋 copy color: '#120981'

red 18 ◦ green 9 ◦ blue 129

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

Shades of Ultramarine #120981

Tints of Ultramarine #120981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

 BLUE value IS 129 (50.78% from 255) = 82.69%

R = 11.54%
G = 5.77%
B = 82.69%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#120981 (or 0x120981) is known color: Ultramarine. HEX triplet: 12, 09 and 81. RGB value is (18,9,129). Sum of RGB (Red+Green+Blue) = 18+9+129=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 129 (50.78% from 255 or 82.69% from 156); Max value from RGB is 129 - color contains mainly: blue. Hex color #120981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120981 is #EDF67E. Grayscale: #181818. Windows color (decimal): -15595135 or 8456466. OLE color: 8456466.

HSL color Cylindrical-coordinate representation of color #120981: hue angle of 244.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120981 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 9 129 -
CMYK 0.86 0.93 0 0.49
HSL 244.5º 0.87% 0.27% -
HSV(B) 244.5º 0.93% 0.51% -
XYZ 4.31 1.91 20.91 -
YUV 25.37 186.48 122.74 -
System Red Green Blue C M Y K H S L
Decimal 18 9 129 0.86 0.93 0 0.49 244.5 0.87 0.27
Hex 12 9 81 56 5D 0 31 F4 57 1B
Octal 22 11 201 126 135 0 61 364 127 33
Binary 10010 1001 10000001 1010110 1011101 0 110001 11110100 1010111 11011

Color Harmonies of #120981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120981

Black with #120981

Text Example


Text Example

White with #120981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120981; }

 p { color: rgb(18,9,129); }

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

background-color css

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

 a { background-color: rgb(18,9,129); }

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

border-color css

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

 span { border-color: rgb(18,9,129); }

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