#121488

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

Shades of Ultramarine #121488

Tints of Ultramarine #121488

Color information

#121488 (or 0x121488) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 88. RGB value is (18,20,136). Sum of RGB (Red+Green+Blue) = 18+20+136=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #121488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121488 is #EDEB77. Grayscale: #202020. Windows color (decimal): -15592312 or 8918034. OLE color: 8918034.

HSL color Cylindrical-coordinate representation of color #121488: hue angle of 238.98º 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 #121488 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1820136-
CMYK0.870.8500.47
HSL238.98º76.62%30.2%-
HSV(B)238.98º86.76%53.33%-
XYZ4.942.4123.5-
YUV32.63186.34117.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 136 (53.52% from 255) = 78.16%
R=10.34%
G=11.49%
B=78.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18201360.870.8500.47238.9876.6230.2
Hex121488575502Fef4d1e
Octal222421012712505735711536
Binary10010101001000100010101111010101010111111101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121488; }

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

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

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

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

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

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

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

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