#120290

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

Shades of Ultramarine #120290

Tints of Ultramarine #120290

Color information

#120290 (or 0x120290) is unknown color: approx Ultramarine. HEX triplet: 12, 02 and 90. RGB value is (18,2,144). Sum of RGB (Red+Green+Blue) = 18+2+144=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #120290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120290 is #EDFD6F. Grayscale: #161616. Windows color (decimal): -15596912 or 9437714. OLE color: 9437714.

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

Color convert

RGB182144-
CMYK0.880.9900.44
HSL246.76º97.26%28.63%-
HSV(B)246.76º98.61%56.47%-
XYZ5.312.1926.53-
YUV22.97196.3124.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 144 (56.64% from 255) = 87.80%
R=10.98%
G=1.22%
B=87.80%

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
Decimal1821440.880.9900.44246.7697.2628.63
Hex12290586302Cf7611d
Octal22222013014305436714135
Binary10010101001000010110001100011010110011110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120290; }

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

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

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

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

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

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

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

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