#121085

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

Shades of Ultramarine #121085

Tints of Ultramarine #121085

Color information

#121085 (or 0x121085) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and 85. RGB value is (18,16,133). Sum of RGB (Red+Green+Blue) = 18+16+133=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #121085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121085 is #EDEF7A. Grayscale: #1D1D1D. Windows color (decimal): -15593339 or 8720402. OLE color: 8720402.

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

Color convert

RGB1816133-
CMYK0.860.8800.48
HSL241.03º78.52%29.22%-
HSV(B)241.03º87.97%52.16%-
XYZ4.672.1922.37-
YUV29.94186.16119.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 133 (52.34% from 255) = 79.64%
R=10.78%
G=9.58%
B=79.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18161330.860.8800.48241.0378.5229.22
Hex1210855658030f14f1d
Octal222020512613006036111735
Binary10010100001000010110101101011000011000011110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121085; }

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

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

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

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

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

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

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

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