Html Css Color HEX #120DA6 Ultramarine

📋 copy color: '#120DA6'

red 18 ◦ green 13 ◦ blue 166

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

Shades of Ultramarine #120DA6

Tints of Ultramarine #120DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 166 (65.23% from 255) = 84.26%

R = 9.14%
G = 6.6%
B = 84.26%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#120DA6 (or 0x120DA6) is known color: Ultramarine. HEX triplet: 12, 0D and A6. RGB value is (18,13,166). Sum of RGB (Red+Green+Blue) = 18+13+166=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 166 (65.23% from 255 or 84.26% from 197); Max value from RGB is 166 - color contains mainly: blue. Hex color #120DA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120DA6 is #EDF259. Grayscale: #1F1F1F. Windows color (decimal): -15594074 or 10882322. OLE color: 10882322.

HSL color Cylindrical-coordinate representation of color #120DA6: hue angle of 241.96º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120DA6 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 13 166 -
CMYK 0.89 0.92 0 0.35
HSL 241.96º 0.85% 0.35% -
HSV(B) 241.96º 0.92% 0.65% -
XYZ 7.28 3.17 36.3 -
YUV 31.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 18 13 166 0.89 0.92 0 0.35 241.96 0.85 0.35
Hex 12 D A6 59 5C 0 23 F2 55 23
Octal 22 15 246 131 134 0 43 362 125 43
Binary 10010 1101 10100110 1011001 1011100 0 100011 11110010 1010101 100011

Color Harmonies of #120DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DA6

Black with #120DA6

Text Example


Text Example

White with #120DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,166); }

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

background-color css

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

 a { background-color: rgb(18,13,166); }

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

border-color css

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

 span { border-color: rgb(18,13,166); }

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