Html Css Color HEX #120992 Ultramarine

📋 copy color: '#120992'

red 18 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #120992

Tints of Ultramarine #120992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 84.39%

R = 10.4%
G = 5.2%
B = 84.39%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#120992 (or 0x120992) is known color: Ultramarine. HEX triplet: 12, 09 and 92. RGB value is (18,9,146). Sum of RGB (Red+Green+Blue) = 18+9+146=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #120992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120992 is #EDF66D. Grayscale: #1A1A1A. Windows color (decimal): -15595118 or 9570578. OLE color: 9570578.

HSL color Cylindrical-coordinate representation of color #120992: hue angle of 243.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120992 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 9 146 -
CMYK 0.88 0.94 0 0.43
HSL 243.94º 0.88% 0.3% -
HSV(B) 243.94º 0.94% 0.57% -
XYZ 5.54 2.4 27.37 -
YUV 27.31 194.98 121.36 -
System Red Green Blue C M Y K H S L
Decimal 18 9 146 0.88 0.94 0 0.43 243.94 0.88 0.3
Hex 12 9 92 58 5E 0 2B F4 58 1E
Octal 22 11 222 130 136 0 53 364 130 36
Binary 10010 1001 10010010 1011000 1011110 0 101011 11110100 1011000 11110

Color Harmonies of #120992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120992

Black with #120992

Text Example


Text Example

White with #120992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120992; }

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

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

background-color css

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

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

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

border-color css

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

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

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