#121285

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

Shades of Ultramarine #121285

Tints of Ultramarine #121285

Color information

#121285 (or 0x121285) is unknown color: approx Ultramarine. HEX triplet: 12, 12 and 85. RGB value is (18,18,133). Sum of RGB (Red+Green+Blue) = 18+18+133=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #121285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121285 is #EDED7A. Grayscale: #1E1E1E. Windows color (decimal): -15592827 or 8720914. OLE color: 8720914.

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

Color convert

RGB1818133-
CMYK0.860.8600.48
HSL240º76.16%29.61%-
HSV(B)240º86.47%52.16%-
XYZ4.72.2522.38-
YUV31.11185.5118.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 133 (52.34% from 255) = 78.70%
R=10.65%
G=10.65%
B=78.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18181330.860.8600.4824076.1629.61
Hex1212855656030f04c1e
Octal222220512612606036011436
Binary10010100101000010110101101010110011000011110000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121285; }

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

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

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

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

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

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

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

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