#121485

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

Shades of Ultramarine #121485

Tints of Ultramarine #121485

Color information

#121485 (or 0x121485) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 85. RGB value is (18,20,133). Sum of RGB (Red+Green+Blue) = 18+20+133=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #121485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121485 is #EDEB7A. Grayscale: #1F1F1F. Windows color (decimal): -15592315 or 8721426. OLE color: 8721426.

HSL color Cylindrical-coordinate representation of color #121485: hue angle of 238.96º 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 #121485 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1820133-
CMYK0.860.8500.48
HSL238.96º76.16%29.61%-
HSV(B)238.96º86.47%52.16%-
XYZ4.732.3222.39-
YUV32.28184.84117.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 133 (52.34% from 255) = 77.78%
R=10.53%
G=11.70%
B=77.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18201330.860.8500.48238.9676.1629.61
Hex1214855655030ef4c1e
Octal222420512612506035711436
Binary10010101001000010110101101010101011000011101111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121485; }

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

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

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

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

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

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

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

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