#121195

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

Shades of Ultramarine #121195

Tints of Ultramarine #121195

Color information

#121195 (or 0x121195) is unknown color: approx Ultramarine. HEX triplet: 12, 11 and 95. RGB value is (18,17,149). Sum of RGB (Red+Green+Blue) = 18+17+149=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #121195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121195 is #EDEE6A. Grayscale: #1F1F1F. Windows color (decimal): -15593067 or 9769234. OLE color: 9769234.

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

Color convert

RGB1817149-
CMYK0.880.8900.42
HSL240.45º79.52%32.55%-
HSV(B)240.45º88.59%58.43%-
XYZ5.872.728.65-
YUV32.35193.83117.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 149 (58.59% from 255) = 80.98%
R=9.78%
G=9.24%
B=80.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18171490.880.8900.42240.4579.5232.55
Hex121195585902Af05021
Octal222122513013105236012041
Binary100101000110010101101100010110010101010111100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121195; }

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

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

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

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

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

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

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

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