#121685

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

Shades of Ultramarine #121685

Tints of Ultramarine #121685

Color information

#121685 (or 0x121685) is unknown color: approx Ultramarine. HEX triplet: 12, 16 and 85. RGB value is (18,22,133). Sum of RGB (Red+Green+Blue) = 18+22+133=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #121685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121685 is #EDE97A. Grayscale: #212121. Windows color (decimal): -15591803 or 8721938. OLE color: 8721938.

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

Color convert

RGB1822133-
CMYK0.860.8300.48
HSL237.91º76.16%29.61%-
HSV(B)237.91º86.47%52.16%-
XYZ4.772.422.4-
YUV33.46184.17116.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=10.40%
G=12.72%
B=76.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18221330.860.8300.48237.9176.1629.61
Hex1216855653030ee4c1e
Octal222620512612306035611436
Binary10010101101000010110101101010011011000011101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121685; }

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

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

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

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

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

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

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

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