Html Css Color HEX #121C90 Ultramarine

📋 copy color: '#121C90'

red 18 ◦ green 28 ◦ blue 144

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

Shades of Ultramarine #121C90

Tints of Ultramarine #121C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75.79%

R = 9.47%
G = 14.74%
B = 75.79%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121C90 (or 0x121C90) is known color: Ultramarine. HEX triplet: 12, 1C and 90. RGB value is (18,28,144). Sum of RGB (Red+Green+Blue) = 18+28+144=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #121C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C90 is #EDE36F. Grayscale: #252525. Windows color (decimal): -15590256 or 9444370. OLE color: 9444370.

HSL color Cylindrical-coordinate representation of color #121C90: hue angle of 235.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121C90 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 28 144 -
CMYK 0.88 0.81 0 0.44
HSL 235.24º 0.78% 0.32% -
HSV(B) 235.24º 0.88% 0.56% -
XYZ 5.7 2.97 26.66 -
YUV 38.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 18 28 144 0.88 0.81 0 0.44 235.24 0.78 0.32
Hex 12 1C 90 58 51 0 2C EB 4E 20
Octal 22 34 220 130 121 0 54 353 116 40
Binary 10010 11100 10010000 1011000 1010001 0 101100 11101011 1001110 100000

Color Harmonies of #121C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C90

Black with #121C90

Text Example


Text Example

White with #121C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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