Html Css Color HEX #120AA2 Ultramarine

📋 copy color: '#120AA2'

red 18 ◦ green 10 ◦ blue 162

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

Shades of Ultramarine #120AA2

Tints of Ultramarine #120AA2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

 BLUE value IS 162 (63.67% from 255) = 85.26%

R = 9.47%
G = 5.26%
B = 85.26%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#120AA2 (or 0x120AA2) is known color: Ultramarine. HEX triplet: 12, 0A and A2. RGB value is (18,10,162). Sum of RGB (Red+Green+Blue) = 18+10+162=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 162 (63.67% from 255 or 85.26% from 190); Max value from RGB is 162 - color contains mainly: blue. Hex color #120AA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120AA2 is #EDF55D. Grayscale: #1D1D1D. Windows color (decimal): -15594846 or 10619410. OLE color: 10619410.

HSL color Cylindrical-coordinate representation of color #120AA2: hue angle of 243.16º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120AA2 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 10 162 -
CMYK 0.89 0.94 0 0.36
HSL 243.16º 0.88% 0.34% -
HSV(B) 243.16º 0.94% 0.64% -
XYZ 6.88 2.95 34.39 -
YUV 29.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 18 10 162 0.89 0.94 0 0.36 243.16 0.88 0.34
Hex 12 A A2 59 5E 0 24 F3 58 22
Octal 22 12 242 131 136 0 44 363 130 42
Binary 10010 1010 10100010 1011001 1011110 0 100100 11110011 1011000 100010

Color Harmonies of #120AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120AA2

Black with #120AA2

Text Example


Text Example

White with #120AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120AA2; }

 p { color: rgb(18,10,162); }

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

background-color css

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

 a { background-color: rgb(18,10,162); }

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

border-color css

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

 span { border-color: rgb(18,10,162); }

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