Html Css Color HEX #120092 Ultramarine

📋 copy color: '#120092'

red 18 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #120092

Tints of Ultramarine #120092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.98%
G = 0%
B = 89.02%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#120092 (or 0x120092) is known color: Ultramarine. HEX triplet: 12, 00 and 92. RGB value is (18,0,146). Sum of RGB (Red+Green+Blue) = 18+0+146=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #120092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120092 is #EDFF6D. Grayscale: #151515. Windows color (decimal): -15597422 or 9568274. OLE color: 9568274.

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

Color convert

RGB 18 0 146 -
CMYK 0.88 1 0 0.43
HSL 247.4º 1% 0.29% -
HSV(B) 247.4º 1% 0.57% -
XYZ 5.44 2.2 27.33 -
YUV 22.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 18 0 146 0.88 1 0 0.43 247.4 1 0.29
Hex 12 0 92 58 64 0 2B F7 64 1D
Octal 22 0 222 130 144 0 53 367 144 35
Binary 10010 0 10010010 1011000 1100100 0 101011 11110111 1100100 11101

Color Harmonies of #120092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120092

Black with #120092

Text Example


Text Example

White with #120092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120092; }

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

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

background-color css

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

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

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

border-color css

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

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

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