#121399

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

Shades of Ultramarine #121399

Tints of Ultramarine #121399

Color information

#121399 (or 0x121399) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 99. RGB value is (18,19,153). Sum of RGB (Red+Green+Blue) = 18+19+153=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #121399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121399 is #EDEC66. Grayscale: #212121. Windows color (decimal): -15592551 or 10031890. OLE color: 10031890.

HSL color Cylindrical-coordinate representation of color #121399: hue angle of 239.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121399 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1819153-
CMYK0.880.8800.4
HSL239.56º78.95%33.53%-
HSV(B)239.56º88.24%60%-
XYZ6.232.8930.37-
YUV33.98195.17116.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 153 (60.16% from 255) = 80.53%
R=9.47%
G=10%
B=80.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18191530.880.8800.4239.5678.9533.53
Hex1213995858028f04f22
Octal222323113013005036011742
Binary100101001110011001101100010110000101000111100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121399; }

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

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

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

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

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

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

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

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