#0E1887

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

Shades of Ultramarine #0E1887

Tints of Ultramarine #0E1887

Color information

#0E1887 (or 0x0E1887) is unknown color: approx Ultramarine. HEX triplet: 0E, 18 and 87. RGB value is (14,24,135). Sum of RGB (Red+Green+Blue) = 14+24+135=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E1887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1887 is #F1E778. Grayscale: #212121. Windows color (decimal): -15853433 or 8853518. OLE color: 8853518.

HSL color Cylindrical-coordinate representation of color #0E1887: hue angle of 235.04º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1887 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1424135-
CMYK0.900.8200.47
HSL235.04º81.21%29.22%-
HSV(B)235.04º89.63%52.94%-
XYZ4.882.523.15-
YUV33.66185.19113.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.09%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 135 (53.12% from 255) = 78.03%
R=8.09%
G=13.87%
B=78.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14241350.900.8200.47235.0481.2129.22
HexE18875A5202Feb511d
Octal163020713212205735312135
Binary1110110001000011110110101010010010111111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1887; }

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

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

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

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

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

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

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

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