#120190

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

Shades of Ultramarine #120190

Tints of Ultramarine #120190

Color information

#120190 (or 0x120190) is unknown color: approx Ultramarine. HEX triplet: 12, 01 and 90. RGB value is (18,1,144). Sum of RGB (Red+Green+Blue) = 18+1+144=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #120190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120190 is #EDFE6F. Grayscale: #151515. Windows color (decimal): -15597168 or 9437458. OLE color: 9437458.

HSL color Cylindrical-coordinate representation of color #120190: hue angle of 247.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120190 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB181144-
CMYK0.880.9900.44
HSL247.13º98.62%28.43%-
HSV(B)247.13º99.31%56.47%-
XYZ5.292.1626.52-
YUV22.38196.63124.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 144 (56.64% from 255) = 88.34%
R=11.04%
G=0.61%
B=88.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1811440.880.9900.44247.1398.6228.43
Hex12190586302Cf7631c
Octal22122013014305436714334
Binary1001011001000010110001100011010110011110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120190; }

 p { color: rgb(18,1,144); }

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

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

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

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

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

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

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