#121684

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

Shades of Ultramarine #121684

Tints of Ultramarine #121684

Color information

#121684 (or 0x121684) is unknown color: approx Ultramarine. HEX triplet: 12, 16 and 84. RGB value is (18,22,132). Sum of RGB (Red+Green+Blue) = 18+22+132=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #121684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121684 is #EDE97B. Grayscale: #202020. Windows color (decimal): -15591804 or 8656402. OLE color: 8656402.

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

Color convert

RGB1822132-
CMYK0.860.8300.48
HSL237.89º76%29.41%-
HSV(B)237.89º86.36%51.76%-
XYZ4.72.3722.04-
YUV33.34183.67117.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 132 (51.95% from 255) = 76.74%
R=10.47%
G=12.79%
B=76.74%

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
Decimal18221320.860.8300.48237.897629.41
Hex1216845653030ee4c1d
Octal222620412612306035611435
Binary10010101101000010010101101010011011000011101110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121684; }

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

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

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

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

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

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

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

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