#121185

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

Shades of Ultramarine #121185

Tints of Ultramarine #121185

Color information

#121185 (or 0x121185) is unknown color: approx Ultramarine. HEX triplet: 12, 11 and 85. RGB value is (18,17,133). Sum of RGB (Red+Green+Blue) = 18+17+133=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #121185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121185 is #EDEE7A. Grayscale: #1E1E1E. Windows color (decimal): -15593083 or 8720658. OLE color: 8720658.

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

Color convert

RGB1817133-
CMYK0.860.8700.48
HSL240.52º77.33%29.41%-
HSV(B)240.52º87.22%52.16%-
XYZ4.682.2222.37-
YUV30.52185.83119.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 133 (52.34% from 255) = 79.17%
R=10.71%
G=10.12%
B=79.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18171330.860.8700.48240.5277.3329.41
Hex1211855657030f14d1d
Octal222120512612706036111535
Binary10010100011000010110101101010111011000011110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121185; }

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

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

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

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

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

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

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

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