#121B91

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

Shades of Ultramarine #121B91

Tints of Ultramarine #121B91

Color information

#121B91 (or 0x121B91) is unknown color: approx Ultramarine. HEX triplet: 12, 1B and 91. RGB value is (18,27,145). Sum of RGB (Red+Green+Blue) = 18+27+145=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #121B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B91 is #EDE46E. Grayscale: #252525. Windows color (decimal): -15590511 or 9509650. OLE color: 9509650.

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

Color convert

RGB1827145-
CMYK0.880.8100.43
HSL235.75º77.91%31.96%-
HSV(B)235.75º87.59%56.86%-
XYZ5.752.9627.06-
YUV37.76188.52113.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 145 (57.03% from 255) = 76.32%
R=9.47%
G=14.21%
B=76.32%

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
Decimal18271450.880.8100.43235.7577.9131.96
Hex121B91585102Bec4e20
Octal223322113012105335411640
Binary100101101110010001101100010100010101011111011001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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