#0E0499

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

Shades of Ultramarine #0E0499

Tints of Ultramarine #0E0499

Color information

#0E0499 (or 0x0E0499) is unknown color: approx Ultramarine. HEX triplet: 0E, 04 and 99. RGB value is (14,4,153). Sum of RGB (Red+Green+Blue) = 14+4+153=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E0499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0499 is #F1FB66. Grayscale: #171717. Windows color (decimal): -15858535 or 10028046. OLE color: 10028046.

HSL color Cylindrical-coordinate representation of color #0E0499: hue angle of 244.03º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0499 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144153-
CMYK0.910.9700.4
HSL244.03º94.9%30.78%-
HSV(B)244.03º97.39%60%-
XYZ5.972.4830.3-
YUV23.98200.81120.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 153 (60.16% from 255) = 89.47%
R=8.19%
G=2.34%
B=89.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441530.910.9700.4244.0394.930.78
HexE4995B61028f45f1f
Octal16423113314105036413737
Binary11101001001100110110111100001010100011110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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