#121C91

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

Shades of Ultramarine #121C91

Tints of Ultramarine #121C91

Color information

#121C91 (or 0x121C91) is unknown color: approx 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

RGB1828145-
CMYK0.880.8100.43
HSL235.28º77.91%31.96%-
HSV(B)235.28º87.59%56.86%-
XYZ5.78327.06-
YUV38.35188.19113.49-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18281450.880.8100.43235.2877.9131.96
Hex121C91585102Beb4e20
Octal223422113012105335311640
Binary100101110010010001101100010100010101011111010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>