#0E0493

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

Shades of Ultramarine #0E0493

Tints of Ultramarine #0E0493

Color information

#0E0493 (or 0x0E0493) is unknown color: approx Ultramarine. HEX triplet: 0E, 04 and 93. RGB value is (14,4,147). Sum of RGB (Red+Green+Blue) = 14+4+147=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E0493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0493 is #F1FB6C. Grayscale: #161616. Windows color (decimal): -15858541 or 9634830. OLE color: 9634830.

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

Color convert

RGB144147-
CMYK0.900.9700.42
HSL244.2º94.7%29.61%-
HSV(B)244.2º97.28%57.65%-
XYZ5.492.2927.76-
YUV23.29197.81121.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.48%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 147 (57.81% from 255) = 89.09%
R=8.48%
G=2.42%
B=89.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441470.900.9700.42244.294.729.61
HexE4935A6102Af45f1e
Octal16422313214105236413736
Binary11101001001001110110101100001010101011110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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