#121888

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

Shades of Ultramarine #121888

Tints of Ultramarine #121888

Color information

#121888 (or 0x121888) is unknown color: approx Ultramarine. HEX triplet: 12, 18 and 88. RGB value is (18,24,136). Sum of RGB (Red+Green+Blue) = 18+24+136=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #121888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121888 is #EDE777. Grayscale: #222222. Windows color (decimal): -15591288 or 8919058. OLE color: 8919058.

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

Color convert

RGB1824136-
CMYK0.870.8200.47
HSL236.95º76.62%30.2%-
HSV(B)236.95º86.76%53.33%-
XYZ5.022.5623.52-
YUV34.97185.01115.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 136 (53.52% from 255) = 76.40%
R=10.11%
G=13.48%
B=76.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18241360.870.8200.47236.9576.6230.2
Hex121888575202Fed4d1e
Octal223021012712205735511536
Binary10010110001000100010101111010010010111111101101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121888; }

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

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

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

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

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

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

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

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