#122088

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

Shades of Ultramarine #122088

Tints of Ultramarine #122088

Color information

#122088 (or 0x122088) is unknown color: approx Ultramarine. HEX triplet: 12, 20 and 88. RGB value is (18,32,136). Sum of RGB (Red+Green+Blue) = 18+32+136=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #122088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122088 is #EDDF77. Grayscale: #272727. Windows color (decimal): -15589240 or 8921106. OLE color: 8921106.

HSL color Cylindrical-coordinate representation of color #122088: hue angle of 232.88º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122088 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1832136-
CMYK0.870.7600.47
HSL232.88º76.62%30.2%-
HSV(B)232.88º86.76%53.33%-
XYZ5.212.9423.59-
YUV39.67182.36112.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 136 (53.52% from 255) = 73.12%
R=9.68%
G=17.20%
B=73.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18321360.870.7600.47232.8876.6230.2
Hex122088574C02Fe94d1e
Octal224021012711405735111536
Binary100101000001000100010101111001100010111111101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122088; }

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

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

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

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

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

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

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

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