#121E92

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

Shades of Ultramarine #121E92

Tints of Ultramarine #121E92

Color information

#121E92 (or 0x121E92) is unknown color: approx Ultramarine. HEX triplet: 12, 1E and 92. RGB value is (18,30,146). Sum of RGB (Red+Green+Blue) = 18+30+146=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #121E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E92 is #EDE16D. Grayscale: #272727. Windows color (decimal): -15589742 or 9575954. OLE color: 9575954.

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

Color convert

RGB1830146-
CMYK0.880.7900.43
HSL234.38º78.05%32.16%-
HSV(B)234.38º87.67%57.25%-
XYZ5.93.1327.49-
YUV39.64188.02112.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 146 (57.42% from 255) = 75.26%
R=9.28%
G=15.46%
B=75.26%

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
Decimal18301460.880.7900.43234.3878.0532.16
Hex121E92584F02Bea4e20
Octal223622213011705335211640
Binary100101111010010010101100010011110101011111010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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