#120BA2

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

Shades of Ultramarine #120BA2

Tints of Ultramarine #120BA2

Color information

#120BA2 (or 0x120BA2) is unknown color: approx Ultramarine. HEX triplet: 12, 0B and A2. RGB value is (18,11,162). Sum of RGB (Red+Green+Blue) = 18+11+162=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 162 (63.67% from 255 or 84.82% from 191); Max value from RGB is 162 - color contains mainly: blue. Hex color #120BA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120BA2 is #EDF45D. Grayscale: #1D1D1D. Windows color (decimal): -15594590 or 10619666. OLE color: 10619666.

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

Color convert

RGB1811162-
CMYK0.890.9300.36
HSL242.78º87.28%33.92%-
HSV(B)242.78º93.21%63.53%-
XYZ6.892.9834.39-
YUV30.31202.32119.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 162 (63.67% from 255) = 84.82%
R=9.42%
G=5.76%
B=84.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18111620.890.9300.36242.7887.2833.92
Hex12BA2595D024f35722
Octal221324213113504436312742
Binary10010101110100010101100110111010100100111100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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