#0E0393

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

Shades of Ultramarine #0E0393

Tints of Ultramarine #0E0393

Color information

#0E0393 (or 0x0E0393) is unknown color: approx Ultramarine. HEX triplet: 0E, 03 and 93. RGB value is (14,3,147). Sum of RGB (Red+Green+Blue) = 14+3+147=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E0393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0393 is #F1FC6C. Grayscale: #161616. Windows color (decimal): -15858797 or 9634574. OLE color: 9634574.

HSL color Cylindrical-coordinate representation of color #0E0393: hue angle of 244.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0393 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143147-
CMYK0.900.9800.42
HSL244.58º96%29.41%-
HSV(B)244.58º97.96%57.65%-
XYZ5.482.2727.75-
YUV22.7198.14121.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 147 (57.81% from 255) = 89.63%
R=8.54%
G=1.83%
B=89.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431470.900.9800.42244.589629.41
HexE3935A6202Af5601d
Octal16322313214205236514035
Binary1110111001001110110101100010010101011110101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,147); }

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

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

 a { background-color: rgb(14,3,147); }

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

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

 span { border-color: rgb(14,3,147); }

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