Html Css Color HEX #120997 Ultramarine

📋 copy color: '#120997'

red 18 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #120997

Tints of Ultramarine #120997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 84.83%

R = 10.11%
G = 5.06%
B = 84.83%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#120997 (or 0x120997) is known color: Ultramarine. HEX triplet: 12, 09 and 97. RGB value is (18,9,151). Sum of RGB (Red+Green+Blue) = 18+9+151=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 151 (59.38% from 255 or 84.83% from 178); Max value from RGB is 151 - color contains mainly: blue. Hex color #120997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120997 is #EDF668. Grayscale: #1B1B1B. Windows color (decimal): -15595113 or 9898258. OLE color: 9898258.

HSL color Cylindrical-coordinate representation of color #120997: hue angle of 243.8º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120997 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 9 151 -
CMYK 0.88 0.94 0 0.41
HSL 243.8º 0.89% 0.31% -
HSV(B) 243.8º 0.94% 0.59% -
XYZ 5.93 2.56 29.46 -
YUV 27.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 18 9 151 0.88 0.94 0 0.41 243.8 0.89 0.31
Hex 12 9 97 58 5E 0 29 F4 59 1F
Octal 22 11 227 130 136 0 51 364 131 37
Binary 10010 1001 10010111 1011000 1011110 0 101001 11110100 1011001 11111

Color Harmonies of #120997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120997

Black with #120997

Text Example


Text Example

White with #120997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120997; }

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

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

background-color css

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

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

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

border-color css

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

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

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