#120085

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

Shades of Ultramarine #120085

Tints of Ultramarine #120085

Color information

#120085 (or 0x120085) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 85. RGB value is (18,0,133). Sum of RGB (Red+Green+Blue) = 18+0+133=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #120085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120085 is #EDFF7A. Grayscale: #141414. Windows color (decimal): -15597435 or 8716306. OLE color: 8716306.

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

Color convert

RGB180133-
CMYK0.86100.48
HSL248.12º100%26.08%-
HSV(B)248.12º100%52.16%-
XYZ4.481.8222.31-
YUV20.54191.46126.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 88.08%
R=11.92%
G=0%
B=88.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1801330.86100.48248.1210026.08
Hex120855664030f8641a
Octal22020512614406037014432
Binary1001001000010110101101100100011000011111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120085; }

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

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

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

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

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

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

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

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