#121393

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

Shades of Ultramarine #121393

Tints of Ultramarine #121393

Color information

#121393 (or 0x121393) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 93. RGB value is (18,19,147). Sum of RGB (Red+Green+Blue) = 18+19+147=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #121393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121393 is #EDEC6C. Grayscale: #202020. Windows color (decimal): -15592557 or 9638674. OLE color: 9638674.

HSL color Cylindrical-coordinate representation of color #121393: hue angle of 239.53º 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 #121393 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1819147-
CMYK0.880.8700.42
HSL239.53º78.18%32.35%-
HSV(B)239.53º87.76%57.65%-
XYZ5.752.727.82-
YUV33.29192.17117.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 147 (57.81% from 255) = 79.89%
R=9.78%
G=10.33%
B=79.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18191470.880.8700.42239.5378.1832.35
Hex121393585702Af04e20
Octal222322313012705236011640
Binary100101001110010011101100010101110101010111100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121393; }

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

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

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

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

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

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

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

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