#0E0585

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

Shades of Ultramarine #0E0585

Tints of Ultramarine #0E0585

Color information

#0E0585 (or 0x0E0585) is unknown color: approx Ultramarine. HEX triplet: 0E, 05 and 85. RGB value is (14,5,133). Sum of RGB (Red+Green+Blue) = 14+5+133=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E0585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0585 is #F1FA7A. Grayscale: #151515. Windows color (decimal): -15858299 or 8717582. OLE color: 8717582.

HSL color Cylindrical-coordinate representation of color #0E0585: hue angle of 244.22º 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 #0E0585 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB145133-
CMYK0.890.9600.48
HSL244.22º92.75%27.06%-
HSV(B)244.22º96.24%52.16%-
XYZ4.471.922.32-
YUV22.28190.48122.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 133 (52.34% from 255) = 87.5%
R=9.21%
G=3.29%
B=87.5%

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
Decimal1451330.890.9600.48244.2292.7527.06
HexE5855960030f45d1b
Octal16520513114006036413533
Binary11101011000010110110011100000011000011110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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