#120BA1

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

Shades of Ultramarine #120BA1

Tints of Ultramarine #120BA1

Color information

#120BA1 (or 0x120BA1) is unknown color: approx Ultramarine. HEX triplet: 12, 0B and A1. RGB value is (18,11,161). Sum of RGB (Red+Green+Blue) = 18+11+161=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 161 (63.28% from 255 or 84.74% from 190); Max value from RGB is 161 - color contains mainly: blue. Hex color #120BA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120BA1 is #EDF45E. Grayscale: #1D1D1D. Windows color (decimal): -15594591 or 10554130. OLE color: 10554130.

HSL color Cylindrical-coordinate representation of color #120BA1: hue angle of 242.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120BA1 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1811161-
CMYK0.890.9300.37
HSL242.8º87.21%33.73%-
HSV(B)242.8º93.17%63.14%-
XYZ6.82.9433.93-
YUV30.19201.82119.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 161 (63.28% from 255) = 84.74%
R=9.47%
G=5.79%
B=84.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18111610.890.9300.37242.887.2133.73
Hex12BA1595D025f35722
Octal221324113113504536312742
Binary10010101110100001101100110111010100101111100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120BA1; }

 p { color: rgb(18,11,161); }

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

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

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

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

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

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

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