Html Css Color HEX #121790 Ultramarine

📋 copy color: '#121790'

red 18 ◦ green 23 ◦ blue 144

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

Shades of Ultramarine #121790

Tints of Ultramarine #121790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 9.73%
G = 12.43%
B = 77.84%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121790 (or 0x121790) is known color: Ultramarine. HEX triplet: 12, 17 and 90. RGB value is (18,23,144). Sum of RGB (Red+Green+Blue) = 18+23+144=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #121790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121790 is #EDE86F. Grayscale: #222222. Windows color (decimal): -15591536 or 9443090. OLE color: 9443090.

HSL color Cylindrical-coordinate representation of color #121790: hue angle of 237.62º 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 #121790 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 23 144 -
CMYK 0.88 0.84 0 0.44
HSL 237.62º 0.78% 0.32% -
HSV(B) 237.62º 0.88% 0.56% -
XYZ 5.59 2.76 26.62 -
YUV 35.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 18 23 144 0.88 0.84 0 0.44 237.62 0.78 0.32
Hex 12 17 90 58 54 0 2C EE 4E 20
Octal 22 27 220 130 124 0 54 356 116 40
Binary 10010 10111 10010000 1011000 1010100 0 101100 11101110 1001110 100000

Color Harmonies of #121790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121790

Black with #121790

Text Example


Text Example

White with #121790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121790; }

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

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

background-color css

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

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

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

border-color css

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

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

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