Html Css Color HEX #121E9A Ultramarine

📋 copy color: '#121E9A'

red 18 ◦ green 30 ◦ blue 154

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

Shades of Ultramarine #121E9A

Tints of Ultramarine #121E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 76.24%

R = 8.91%
G = 14.85%
B = 76.24%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121E9A (or 0x121E9A) is known color: Ultramarine. HEX triplet: 12, 1E and 9A. RGB value is (18,30,154). Sum of RGB (Red+Green+Blue) = 18+30+154=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 154 (60.55% from 255 or 76.24% from 202); Max value from RGB is 154 - color contains mainly: blue. Hex color #121E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E9A is #EDE165. Grayscale: #282828. Windows color (decimal): -15589734 or 10100242. OLE color: 10100242.

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

Color convert

RGB 18 30 154 -
CMYK 0.88 0.81 0 0.40
HSL 234.71º 0.79% 0.34% -
HSV(B) 234.71º 0.88% 0.6% -
XYZ 6.55 3.39 30.88 -
YUV 40.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 18 30 154 0.88 0.81 0 0.40 234.71 0.79 0.34
Hex 12 1E 9A 58 51 0 28 EB 4F 22
Octal 22 36 232 130 121 0 50 353 117 42
Binary 10010 11110 10011010 1011000 1010001 0 101000 11101011 1001111 100010

Color Harmonies of #121E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E9A

Black with #121E9A

Text Example


Text Example

White with #121E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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