Html Css Color HEX #121D92 Ultramarine

📋 copy color: '#121D92'

red 18 ◦ green 29 ◦ blue 146

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

Shades of Ultramarine #121D92

Tints of Ultramarine #121D92

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

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

R = 9.33%
G = 15.03%
B = 75.65%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121D92 (or 0x121D92) is known color: Ultramarine. HEX triplet: 12, 1D and 92. RGB value is (18,29,146). Sum of RGB (Red+Green+Blue) = 18+29+146=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #121D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D92 is #EDE26D. Grayscale: #262626. Windows color (decimal): -15589998 or 9575698. OLE color: 9575698.

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

Color convert

RGB 18 29 146 -
CMYK 0.88 0.80 0 0.43
HSL 234.84º 0.78% 0.32% -
HSV(B) 234.84º 0.88% 0.57% -
XYZ 5.88 3.08 27.48 -
YUV 39.05 188.36 112.99 -
System Red Green Blue C M Y K H S L
Decimal 18 29 146 0.88 0.80 0 0.43 234.84 0.78 0.32
Hex 12 1D 92 58 50 0 2B EB 4E 20
Octal 22 35 222 130 120 0 53 353 116 40
Binary 10010 11101 10010010 1011000 1010000 0 101011 11101011 1001110 100000

Color Harmonies of #121D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D92

Black with #121D92

Text Example


Text Example

White with #121D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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