Html Css Color HEX #121796 Ultramarine

📋 copy color: '#121796'

red 18 ◦ green 23 ◦ blue 150

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

Shades of Ultramarine #121796

Tints of Ultramarine #121796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 150 (58.98% from 255) = 78.53%

R = 9.42%
G = 12.04%
B = 78.53%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#121796 (or 0x121796) is known color: Ultramarine. HEX triplet: 12, 17 and 96. RGB value is (18,23,150). Sum of RGB (Red+Green+Blue) = 18+23+150=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #121796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121796 is #EDE869. Grayscale: #232323. Windows color (decimal): -15591530 or 9836306. OLE color: 9836306.

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

Color convert

RGB 18 23 150 -
CMYK 0.88 0.85 0 0.41
HSL 237.73º 0.79% 0.33% -
HSV(B) 237.73º 0.88% 0.59% -
XYZ 6.06 2.94 29.1 -
YUV 35.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 18 23 150 0.88 0.85 0 0.41 237.73 0.79 0.33
Hex 12 17 96 58 55 0 29 EE 4F 21
Octal 22 27 226 130 125 0 51 356 117 41
Binary 10010 10111 10010110 1011000 1010101 0 101001 11101110 1001111 100001

Color Harmonies of #121796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121796

Black with #121796

Text Example


Text Example

White with #121796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121796; }

 p { color: rgb(18,23,150); }

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

background-color css

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

 a { background-color: rgb(18,23,150); }

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

border-color css

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

 span { border-color: rgb(18,23,150); }

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