#120296

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

Shades of Ultramarine #120296

Tints of Ultramarine #120296

Color information

#120296 (or 0x120296) is unknown color: approx Ultramarine. HEX triplet: 12, 02 and 96. RGB value is (18,2,150). Sum of RGB (Red+Green+Blue) = 18+2+150=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #120296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120296 is #EDFD69. Grayscale: #171717. Windows color (decimal): -15596906 or 9830930. OLE color: 9830930.

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

Color convert

RGB182150-
CMYK0.880.9900.41
HSL246.49º97.37%29.8%-
HSV(B)246.49º98.67%58.82%-
XYZ5.782.3729.01-
YUV23.66199.3123.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 150 (58.98% from 255) = 88.24%
R=10.59%
G=1.18%
B=88.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1821500.880.9900.41246.4997.3729.8
Hex122965863029f6611e
Octal22222613014305136614136
Binary10010101001011010110001100011010100111110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120296; }

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

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

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

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

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

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

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

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