#121682

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

Shades of Ultramarine #121682

Tints of Ultramarine #121682

Color information

#121682 (or 0x121682) is unknown color: approx Ultramarine. HEX triplet: 12, 16 and 82. RGB value is (18,22,130). Sum of RGB (Red+Green+Blue) = 18+22+130=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #121682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121682 is #EDE97D. Grayscale: #202020. Windows color (decimal): -15591806 or 8525330. OLE color: 8525330.

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

Color convert

RGB1822130-
CMYK0.860.8300.49
HSL237.86º75.68%29.02%-
HSV(B)237.86º86.15%50.98%-
XYZ4.572.3121.33-
YUV33.12182.67117.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 130 (51.17% from 255) = 76.47%
R=10.59%
G=12.94%
B=76.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18221300.860.8300.49237.8675.6829.02
Hex1216825653031ee4c1d
Octal222620212612306135611435
Binary10010101101000001010101101010011011000111101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121682; }

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

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

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

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

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

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

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

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