#121081

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

Shades of Ultramarine #121081

Tints of Ultramarine #121081

Color information

#121081 (or 0x121081) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and 81. RGB value is (18,16,129). Sum of RGB (Red+Green+Blue) = 18+16+129=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 129 (50.78% from 255 or 79.14% from 163); Max value from RGB is 129 - color contains mainly: blue. Hex color #121081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121081 is #EDEF7E. Grayscale: #1D1D1D. Windows color (decimal): -15593343 or 8458258. OLE color: 8458258.

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

Color convert

RGB1816129-
CMYK0.860.8800.49
HSL241.06º77.93%28.43%-
HSV(B)241.06º87.6%50.59%-
XYZ4.42.0820.94-
YUV29.48184.16119.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 129 (50.78% from 255) = 79.14%
R=11.04%
G=9.82%
B=79.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18161290.860.8800.49241.0677.9328.43
Hex1210815658031f14e1c
Octal222020112613006136111634
Binary10010100001000000110101101011000011000111110001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121081; }

 p { color: rgb(18,16,129); }

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

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

 a { background-color: rgb(18,16,129); }

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

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

 span { border-color: rgb(18,16,129); }

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