#0E0989

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

Shades of Ultramarine #0E0989

Tints of Ultramarine #0E0989

Color information

#0E0989 (or 0x0E0989) is unknown color: approx Ultramarine. HEX triplet: 0E, 09 and 89. RGB value is (14,9,137). Sum of RGB (Red+Green+Blue) = 14+9+137=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E0989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0989 is #F1F676. Grayscale: #181818. Windows color (decimal): -15857271 or 8980750. OLE color: 8980750.

HSL color Cylindrical-coordinate representation of color #0E0989: hue angle of 242.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0989 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB149137-
CMYK0.900.9300.46
HSL242.34º87.67%28.63%-
HSV(B)242.34º93.43%53.73%-
XYZ4.792.0923.82-
YUV25.09191.16120.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 137 (53.91% from 255) = 85.62%
R=8.75%
G=5.62%
B=85.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1491370.900.9300.46242.3487.6728.63
HexE9895A5D02Ef2581d
Octal161121113213505636213035
Binary111010011000100110110101011101010111011110010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,137); }

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

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

 a { background-color: rgb(14,9,137); }

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

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

 span { border-color: rgb(14,9,137); }

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