#121389

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

Shades of Ultramarine #121389

Tints of Ultramarine #121389

Color information

#121389 (or 0x121389) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 89. RGB value is (18,19,137). Sum of RGB (Red+Green+Blue) = 18+19+137=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #121389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121389 is #EDEC76. Grayscale: #1F1F1F. Windows color (decimal): -15592567 or 8983314. OLE color: 8983314.

HSL color Cylindrical-coordinate representation of color #121389: hue angle of 239.5º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121389 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1819137-
CMYK0.870.8600.46
HSL239.5º76.77%30.39%-
HSV(B)239.5º86.86%53.73%-
XYZ52.423.87-
YUV32.15187.17117.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 137 (53.91% from 255) = 78.74%
R=10.34%
G=10.92%
B=78.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18191370.870.8600.46239.576.7730.39
Hex121389575602Eef4d1e
Octal222321112712605635711536
Binary10010100111000100110101111010110010111011101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121389; }

 p { color: rgb(18,19,137); }

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

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

 a { background-color: rgb(18,19,137); }

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

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

 span { border-color: rgb(18,19,137); }

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