Html Css Color HEX #121C91 Ultramarine

📋 copy color: '#121C91'

red 18 ◦ green 28 ◦ blue 145

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

Shades of Ultramarine #121C91

Tints of Ultramarine #121C91

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

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

R = 9.42%
G = 14.66%
B = 75.92%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121C91 (or 0x121C91) is known color: Ultramarine. HEX triplet: 12, 1C and 91. RGB value is (18,28,145). Sum of RGB (Red+Green+Blue) = 18+28+145=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #121C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C91 is #EDE36E. Grayscale: #252525. Windows color (decimal): -15590255 or 9509906. OLE color: 9509906.

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

Color convert

RGB 18 28 145 -
CMYK 0.88 0.81 0 0.43
HSL 235.28º 0.78% 0.32% -
HSV(B) 235.28º 0.88% 0.57% -
XYZ 5.78 3 27.06 -
YUV 38.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 18 28 145 0.88 0.81 0 0.43 235.28 0.78 0.32
Hex 12 1C 91 58 51 0 2B EB 4E 20
Octal 22 34 221 130 121 0 53 353 116 40
Binary 10010 11100 10010001 1011000 1010001 0 101011 11101011 1001110 100000

Color Harmonies of #121C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C91

Black with #121C91

Text Example


Text Example

White with #121C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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