Html Css Color HEX #121E91 Ultramarine

📋 copy color: '#121E91'

red 18 ◦ green 30 ◦ blue 145

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

Shades of Ultramarine #121E91

Tints of Ultramarine #121E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 145 (57.03% from 255) = 75.13%

R = 9.33%
G = 15.54%
B = 75.13%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121E91 (or 0x121E91) is known color: Ultramarine. HEX triplet: 12, 1E and 91. RGB value is (18,30,145). Sum of RGB (Red+Green+Blue) = 18+30+145=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #121E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E91 is #EDE16E. Grayscale: #272727. Windows color (decimal): -15589743 or 9510418. OLE color: 9510418.

HSL color Cylindrical-coordinate representation of color #121E91: hue angle of 234.33º 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 #121E91 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 30 145 -
CMYK 0.88 0.79 0 0.43
HSL 234.33º 0.78% 0.32% -
HSV(B) 234.33º 0.88% 0.57% -
XYZ 5.82 3.1 27.08 -
YUV 39.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 18 30 145 0.88 0.79 0 0.43 234.33 0.78 0.32
Hex 12 1E 91 58 4F 0 2B EA 4E 20
Octal 22 36 221 130 117 0 53 352 116 40
Binary 10010 11110 10010001 1011000 1001111 0 101011 11101010 1001110 100000

Color Harmonies of #121E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E91

Black with #121E91

Text Example


Text Example

White with #121E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121E91; }

 p { color: rgb(18,30,145); }

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

background-color css

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

 a { background-color: rgb(18,30,145); }

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

border-color css

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

 span { border-color: rgb(18,30,145); }

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