#121E91

Color #121E91 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #121E91

Tints of Ultramarine #121E91

Color information

#121E91 (or 0x121E91) is unknown color: approx Ultramarine. HEX triplet: 12, 1E and 91. RGB value is (18,30,145). Sum of RGB (Red+Green+Blue) = 18+30+145=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #121E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E91 is #EDE16E. Grayscale: #272727. Windows color (decimal): -15589743 or 9510418. OLE color: 9510418.

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

Color convert

RGB1830145-
CMYK0.880.7900.43
HSL234.33º77.91%31.96%-
HSV(B)234.33º87.59%56.86%-
XYZ5.823.127.08-
YUV39.52187.52112.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 145 (57.03% from 255) = 75.13%
R=9.33%
G=15.54%
B=75.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18301450.880.7900.43234.3377.9131.96
Hex121E91584F02Bea4e20
Octal223622113011705335211640
Binary100101111010010001101100010011110101011111010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #121E91;
 }
 .AnyTagClassName
 {
   color: #121E91;
 }
</style>
background-color css

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

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

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

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

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

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