Html Css Color HEX #121392 Ultramarine

📋 copy color: '#121392'

red 18 ◦ green 19 ◦ blue 146

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

Shades of Ultramarine #121392

Tints of Ultramarine #121392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 9.84%
G = 10.38%
B = 79.78%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121392 (or 0x121392) is known color: Ultramarine. HEX triplet: 12, 13 and 92. RGB value is (18,19,146). Sum of RGB (Red+Green+Blue) = 18+19+146=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #121392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121392 is #EDEC6D. Grayscale: #202020. Windows color (decimal): -15592558 or 9573138. OLE color: 9573138.

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

Color convert

RGB 18 19 146 -
CMYK 0.88 0.87 0 0.43
HSL 239.53º 0.78% 0.32% -
HSV(B) 239.53º 0.88% 0.57% -
XYZ 5.67 2.67 27.41 -
YUV 33.18 191.67 117.17 -
System Red Green Blue C M Y K H S L
Decimal 18 19 146 0.88 0.87 0 0.43 239.53 0.78 0.32
Hex 12 13 92 58 57 0 2B F0 4E 20
Octal 22 23 222 130 127 0 53 360 116 40
Binary 10010 10011 10010010 1011000 1010111 0 101011 11110000 1001110 100000

Color Harmonies of #121392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121392

Black with #121392

Text Example


Text Example

White with #121392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121392; }

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

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

background-color css

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

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

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

border-color css

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

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

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