Html Css Color HEX #121590 Ultramarine

📋 copy color: '#121590'

red 18 ◦ green 21 ◦ blue 144

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

Shades of Ultramarine #121590

Tints of Ultramarine #121590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 9.84%
G = 11.48%
B = 78.69%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121590 (or 0x121590) is known color: Ultramarine. HEX triplet: 12, 15 and 90. RGB value is (18,21,144). Sum of RGB (Red+Green+Blue) = 18+21+144=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #121590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121590 is #EDEA6F. Grayscale: #212121. Windows color (decimal): -15592048 or 9442578. OLE color: 9442578.

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

Color convert

RGB 18 21 144 -
CMYK 0.88 0.85 0 0.44
HSL 238.57º 0.78% 0.32% -
HSV(B) 238.57º 0.88% 0.56% -
XYZ 5.55 2.68 26.61 -
YUV 34.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 18 21 144 0.88 0.85 0 0.44 238.57 0.78 0.32
Hex 12 15 90 58 55 0 2C EF 4E 20
Octal 22 25 220 130 125 0 54 357 116 40
Binary 10010 10101 10010000 1011000 1010101 0 101100 11101111 1001110 100000

Color Harmonies of #121590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121590

Black with #121590

Text Example


Text Example

White with #121590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121590; }

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

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

background-color css

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

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

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

border-color css

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

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

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