Html Css Color HEX #0E119D Ultramarine

📋 copy color: '#0E119D'

red 14 ◦ green 17 ◦ blue 157

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

Shades of Ultramarine #0E119D

Tints of Ultramarine #0E119D

RGB

 RED value IS 14 (5.86% from 255) = 7.45%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 157 (61.72% from 255) = 83.51%

R = 7.45%
G = 9.04%
B = 83.51%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E119D (or 0x0E119D) is known color: Ultramarine. HEX triplet: 0E, 11 and 9D. RGB value is (14,17,157). Sum of RGB (Red+Green+Blue) = 14+17+157=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E119D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E119D is #F1EE62. Grayscale: #1F1F1F. Windows color (decimal): -15855203 or 10293518. OLE color: 10293518.

HSL color Cylindrical-coordinate representation of color #0E119D: hue angle of 238.74º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E119D is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 17 157 -
CMYK 0.91 0.89 0 0.38
HSL 238.74º 0.84% 0.34% -
HSV(B) 238.74º 0.91% 0.62% -
XYZ 6.47 2.93 32.12 -
YUV 32.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 14 17 157 0.91 0.89 0 0.38 238.74 0.84 0.34
Hex E 11 9D 5B 59 0 26 EF 54 22
Octal 16 21 235 133 131 0 46 357 124 42
Binary 1110 10001 10011101 1011011 1011001 0 100110 11101111 1010100 100010

Color Harmonies of #0E119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E119D

Black with #0E119D

Text Example


Text Example

White with #0E119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,157); }

 H1.HeaderClassName
 {
   color: #0E119D;
 }
 .AnyTagClassName
 {
   color: #0E119D;
 }
</style>

background-color css

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

 a { background-color: rgb(14,17,157); }

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

border-color css

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

 span { border-color: rgb(14,17,157); }

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