#121984

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

Shades of Ultramarine #121984

Tints of Ultramarine #121984

Color information

#121984 (or 0x121984) is unknown color: approx Ultramarine. HEX triplet: 12, 19 and 84. RGB value is (18,25,132). Sum of RGB (Red+Green+Blue) = 18+25+132=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #121984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121984 is #EDE67B. Grayscale: #222222. Windows color (decimal): -15591036 or 8657170. OLE color: 8657170.

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

Color convert

RGB1825132-
CMYK0.860.8100.48
HSL236.32º76%29.41%-
HSV(B)236.32º86.36%51.76%-
XYZ4.762.4922.06-
YUV35.1182.68115.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 132 (51.95% from 255) = 75.43%
R=10.29%
G=14.29%
B=75.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18251320.860.8100.48236.327629.41
Hex1219845651030ec4c1d
Octal223120412612106035411435
Binary10010110011000010010101101010001011000011101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121984; }

 p { color: rgb(18,25,132); }

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

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

 a { background-color: rgb(18,25,132); }

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

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

 span { border-color: rgb(18,25,132); }

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