#121395

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

Shades of Ultramarine #121395

Tints of Ultramarine #121395

Color information

#121395 (or 0x121395) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 95. RGB value is (18,19,149). Sum of RGB (Red+Green+Blue) = 18+19+149=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #121395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121395 is #EDEC6A. Grayscale: #212121. Windows color (decimal): -15592555 or 9769746. OLE color: 9769746.

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

Color convert

RGB1819149-
CMYK0.880.8700.42
HSL239.54º78.44%32.75%-
HSV(B)239.54º87.92%58.43%-
XYZ5.912.7628.66-
YUV33.52193.17116.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 149 (58.59% from 255) = 80.11%
R=9.68%
G=10.22%
B=80.11%

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
Decimal18191490.880.8700.42239.5478.4432.75
Hex121395585702Af04e21
Octal222322513012705236011641
Binary100101001110010101101100010101110101010111100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121395; }

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

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

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

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

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

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

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

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