#0A0E87

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

Shades of Ultramarine #0A0E87

Tints of Ultramarine #0A0E87

Color information

#0A0E87 (or 0x0A0E87) is unknown color: approx Ultramarine. HEX triplet: 0A, 0E and 87. RGB value is (10,14,135). Sum of RGB (Red+Green+Blue) = 10+14+135=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A0E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0E87 is #F5F178. Grayscale: #1A1A1A. Windows color (decimal): -16118137 or 8850954. OLE color: 8850954.

HSL color Cylindrical-coordinate representation of color #0A0E87: hue angle of 238.08º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0E87 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1014135-
CMYK0.930.9000.47
HSL238.08º86.21%28.43%-
HSV(B)238.08º92.59%52.94%-
XYZ4.662.1323.09-
YUV26.6189.17116.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 14 (5.86% from 255) = 8.81%
BLUE value IS 135 (53.12% from 255) = 84.91%
R=6.29%
G=8.81%
B=84.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10141350.930.9000.47238.0886.2128.43
HexAE875D5A02Fee561c
Octal121620713513205735612634
Binary101011101000011110111011011010010111111101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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