#121D90

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

Shades of Ultramarine #121D90

Tints of Ultramarine #121D90

Color information

#121D90 (or 0x121D90) is unknown color: approx Ultramarine. HEX triplet: 12, 1D and 90. RGB value is (18,29,144). Sum of RGB (Red+Green+Blue) = 18+29+144=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #121D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D90 is #EDE26F. Grayscale: #262626. Windows color (decimal): -15590000 or 9444626. OLE color: 9444626.

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

Color convert

RGB1829144-
CMYK0.880.8000.44
HSL234.76º77.78%31.76%-
HSV(B)234.76º87.5%56.47%-
XYZ5.723.0226.67-
YUV38.82187.36113.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 144 (56.64% from 255) = 75.39%
R=9.42%
G=15.18%
B=75.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18291440.880.8000.44234.7677.7831.76
Hex121D90585002Ceb4e20
Octal223522013012005435311640
Binary100101110110010000101100010100000101100111010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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