#0E108D

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

Shades of Ultramarine #0E108D

Tints of Ultramarine #0E108D

Color information

#0E108D (or 0x0E108D) is unknown color: approx Ultramarine. HEX triplet: 0E, 10 and 8D. RGB value is (14,16,141). Sum of RGB (Red+Green+Blue) = 14+16+141=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E108D is #F1EF72. Grayscale: #1D1D1D. Windows color (decimal): -15855475 or 9244686. OLE color: 9244686.

HSL color Cylindrical-coordinate representation of color #0E108D: hue angle of 239.06º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E108D is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1416141-
CMYK0.900.8900.45
HSL239.06º81.94%30.39%-
HSV(B)239.06º90.07%55.29%-
XYZ5.172.3925.39-
YUV29.65190.84116.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 141 (55.47% from 255) = 82.46%
R=8.19%
G=9.36%
B=82.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14161410.900.8900.45239.0681.9430.39
HexE108D5A5902Def521e
Octal162021513213105535712236
Binary1110100001000110110110101011001010110111101111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,16,141); }

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

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

 a { background-color: rgb(14,16,141); }

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

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

 span { border-color: rgb(14,16,141); }

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