#0E108A

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

Shades of Ultramarine #0E108A

Tints of Ultramarine #0E108A

Color information

#0E108A (or 0x0E108A) is unknown color: approx Ultramarine. HEX triplet: 0E, 10 and 8A. RGB value is (14,16,138). Sum of RGB (Red+Green+Blue) = 14+16+138=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E108A is #F1EF75. Grayscale: #1C1C1C. Windows color (decimal): -15855478 or 9048078. OLE color: 9048078.

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

Color convert

RGB1416138-
CMYK0.900.8800.46
HSL239.03º81.58%29.8%-
HSV(B)239.03º89.86%54.12%-
XYZ4.952.324.23-
YUV29.31189.34117.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 138 (54.30% from 255) = 82.14%
R=8.33%
G=9.52%
B=82.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14161380.900.8800.46239.0381.5829.8
HexE108A5A5802Eef521e
Octal162021213213005635712236
Binary1110100001000101010110101011000010111011101111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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