#0E0486

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

Shades of Ultramarine #0E0486

Tints of Ultramarine #0E0486

Color information

#0E0486 (or 0x0E0486) is unknown color: approx Ultramarine. HEX triplet: 0E, 04 and 86. RGB value is (14,4,134). Sum of RGB (Red+Green+Blue) = 14+4+134=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #0E0486 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0486 is #F1FB79. Grayscale: #151515. Windows color (decimal): -15858554 or 8782862. OLE color: 8782862.

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

Color convert

RGB144134-
CMYK0.900.9700.47
HSL244.62º94.2%27.06%-
HSV(B)244.62º97.01%52.55%-
XYZ4.531.922.68-
YUV21.81191.31122.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 134 (52.73% from 255) = 88.16%
R=9.21%
G=2.63%
B=88.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1441340.900.9700.47244.6294.227.06
HexE4865A6102Ff55e1b
Octal16420613214105736513633
Binary11101001000011010110101100001010111111110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,4,134); }

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

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

 a { background-color: rgb(14,4,134); }

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

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

 span { border-color: rgb(14,4,134); }

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