#121887

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

Shades of Ultramarine #121887

Tints of Ultramarine #121887

Color information

#121887 (or 0x121887) is unknown color: approx Ultramarine. HEX triplet: 12, 18 and 87. RGB value is (18,24,135). Sum of RGB (Red+Green+Blue) = 18+24+135=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 135 (53.12% from 255 or 76.27% from 177); Max value from RGB is 135 - color contains mainly: blue. Hex color #121887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121887 is #EDE778. Grayscale: #222222. Windows color (decimal): -15591289 or 8853522. OLE color: 8853522.

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

Color convert

RGB1824135-
CMYK0.870.8200.47
HSL236.92º76.47%30%-
HSV(B)236.92º86.67%52.94%-
XYZ4.952.5323.15-
YUV34.86184.51115.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 135 (53.12% from 255) = 76.27%
R=10.17%
G=13.56%
B=76.27%

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
Decimal18241350.870.8200.47236.9276.4730
Hex121887575202Fed4c1e
Octal223020712712205735511436
Binary10010110001000011110101111010010010111111101101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121887; }

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

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

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

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

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

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

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

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