Html Css Color HEX #120995 Ultramarine

📋 copy color: '#120995'

red 18 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #120995

Tints of Ultramarine #120995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 84.66%

R = 10.23%
G = 5.11%
B = 84.66%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120995 (or 0x120995) is known color: Ultramarine. HEX triplet: 12, 09 and 95. RGB value is (18,9,149). Sum of RGB (Red+Green+Blue) = 18+9+149=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #120995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120995 is #EDF66A. Grayscale: #1B1B1B. Windows color (decimal): -15595115 or 9767186. OLE color: 9767186.

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

Color convert

RGB 18 9 149 -
CMYK 0.88 0.94 0 0.42
HSL 243.86º 0.89% 0.31% -
HSV(B) 243.86º 0.94% 0.58% -
XYZ 5.77 2.49 28.61 -
YUV 27.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 18 9 149 0.88 0.94 0 0.42 243.86 0.89 0.31
Hex 12 9 95 58 5E 0 2A F4 59 1F
Octal 22 11 225 130 136 0 52 364 131 37
Binary 10010 1001 10010101 1011000 1011110 0 101010 11110100 1011001 11111

Color Harmonies of #120995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120995

Black with #120995

Text Example


Text Example

White with #120995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120995; }

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

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

background-color css

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

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

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

border-color css

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

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

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