#0E0584

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

Shades of Ultramarine #0E0584

Tints of Ultramarine #0E0584

Color information

#0E0584 (or 0x0E0584) is unknown color: approx Ultramarine. HEX triplet: 0E, 05 and 84. RGB value is (14,5,132). Sum of RGB (Red+Green+Blue) = 14+5+132=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E0584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0584 is #F1FA7B. Grayscale: #151515. Windows color (decimal): -15858300 or 8652046. OLE color: 8652046.

HSL color Cylindrical-coordinate representation of color #0E0584: hue angle of 244.25º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0584 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB145132-
CMYK0.890.9600.48
HSL244.25º92.7%26.86%-
HSV(B)244.25º96.21%51.76%-
XYZ4.41.8721.96-
YUV22.17189.98122.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 132 (51.95% from 255) = 87.42%
R=9.27%
G=3.31%
B=87.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1451320.890.9600.48244.2592.726.86
HexE5845960030f45d1b
Octal16520413114006036413533
Binary11101011000010010110011100000011000011110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,132); }

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

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

 a { background-color: rgb(14,5,132); }

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

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

 span { border-color: rgb(14,5,132); }

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