#122096

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

Shades of Ultramarine #122096

Tints of Ultramarine #122096

Color information

#122096 (or 0x122096) is unknown color: approx Ultramarine. HEX triplet: 12, 20 and 96. RGB value is (18,32,150). Sum of RGB (Red+Green+Blue) = 18+32+150=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #122096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122096 is #EDDF69. Grayscale: #282828. Windows color (decimal): -15589226 or 9838610. OLE color: 9838610.

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

Color convert

RGB1832150-
CMYK0.880.7900.41
HSL233.64º78.57%32.94%-
HSV(B)233.64º88%58.82%-
XYZ6.273.3629.17-
YUV41.27189.36111.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 150 (58.98% from 255) = 75%
R=9%
G=16%
B=75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18321500.880.7900.41233.6478.5732.94
Hex122096584F029ea4f21
Octal224022613011705135211741
Binary1001010000010010110101100010011110101001111010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122096; }

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

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

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

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

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

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

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

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