Html Css Color HEX #121E99 Ultramarine

📋 copy color: '#121E99'

red 18 ◦ green 30 ◦ blue 153

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

Shades of Ultramarine #121E99

Tints of Ultramarine #121E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 76.12%

R = 8.96%
G = 14.93%
B = 76.12%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#121E99 (or 0x121E99) is known color: Ultramarine. HEX triplet: 12, 1E and 99. RGB value is (18,30,153). Sum of RGB (Red+Green+Blue) = 18+30+153=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #121E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E99 is #EDE166. Grayscale: #272727. Windows color (decimal): -15589735 or 10034706. OLE color: 10034706.

HSL color Cylindrical-coordinate representation of color #121E99: hue angle of 234.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121E99 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 30 153 -
CMYK 0.88 0.80 0 0.4
HSL 234.67º 0.79% 0.34% -
HSV(B) 234.67º 0.88% 0.6% -
XYZ 6.46 3.36 30.44 -
YUV 40.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 18 30 153 0.88 0.80 0 0.4 234.67 0.79 0.34
Hex 12 1E 99 58 50 0 28 EB 4F 22
Octal 22 36 231 130 120 0 50 353 117 42
Binary 10010 11110 10011001 1011000 1010000 0 101000 11101011 1001111 100010

Color Harmonies of #121E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E99

Black with #121E99

Text Example


Text Example

White with #121E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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