#121A93

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

Shades of Ultramarine #121A93

Tints of Ultramarine #121A93

Color information

#121A93 (or 0x121A93) is unknown color: approx Ultramarine. HEX triplet: 12, 1A and 93. RGB value is (18,26,147). Sum of RGB (Red+Green+Blue) = 18+26+147=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #121A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A93 is #EDE56C. Grayscale: #242424. Windows color (decimal): -15590765 or 9640466. OLE color: 9640466.

HSL color Cylindrical-coordinate representation of color #121A93: hue angle of 236.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121A93 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1826147-
CMYK0.880.8200.42
HSL236.28º78.18%32.35%-
HSV(B)236.28º87.76%57.65%-
XYZ5.892.9727.87-
YUV37.4189.85114.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 147 (57.81% from 255) = 76.96%
R=9.42%
G=13.61%
B=76.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18261470.880.8200.42236.2878.1832.35
Hex121A93585202Aec4e20
Octal223222313012205235411640
Binary100101101010010011101100010100100101010111011001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,147); }

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

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

 a { background-color: rgb(18,26,147); }

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

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

 span { border-color: rgb(18,26,147); }

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