Html Css Color HEX #0E108D Ultramarine

📋 copy color: '#0E108D'

red 14 ◦ green 16 ◦ blue 141

#0E108D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0E108D

Tints of Ultramarine #0E108D

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 value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E108D (or 0x0E108D) is known color: 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

RGB 14 16 141 -
CMYK 0.90 0.89 0 0.45
HSL 239.06º 0.82% 0.3% -
HSV(B) 239.06º 0.9% 0.55% -
XYZ 5.17 2.39 25.39 -
YUV 29.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 14 16 141 0.90 0.89 0 0.45 239.06 0.82 0.3
Hex E 10 8D 5A 59 0 2D EF 52 1E
Octal 16 20 215 132 131 0 55 357 122 36
Binary 1110 10000 10001101 1011010 1011001 0 101101 11101111 1010010 11110

Color Harmonies of #0E108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E108D

Black with #0E108D

Text Example


Text Example

White with #0E108D

Text Example


Text Example

HTML Codes & Css Web 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>