Html Css Color HEX #0E119F Ultramarine

📋 copy color: '#0E119F'

red 14 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #0E119F

Tints of Ultramarine #0E119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 83.68%

R = 7.37%
G = 8.95%
B = 83.68%

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

#0E119F (or 0x0E119F) is known color: Ultramarine. HEX triplet: 0E, 11 and 9F. RGB value is (14,17,159). Sum of RGB (Red+Green+Blue) = 14+17+159=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E119F is #F1EE60. Grayscale: #1F1F1F. Windows color (decimal): -15855201 or 10424590. OLE color: 10424590.

HSL color Cylindrical-coordinate representation of color #0E119F: hue angle of 238.76º 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 #0E119F is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 17 159 -
CMYK 0.91 0.89 0 0.38
HSL 238.76º 0.84% 0.34% -
HSV(B) 238.76º 0.91% 0.62% -
XYZ 6.64 3 33.03 -
YUV 32.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 14 17 159 0.91 0.89 0 0.38 238.76 0.84 0.34
Hex E 11 9F 5B 59 0 26 EF 54 22
Octal 16 21 237 133 131 0 46 357 124 42
Binary 1110 10001 10011111 1011011 1011001 0 100110 11101111 1010100 100010

Color Harmonies of #0E119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E119F

Black with #0E119F

Text Example


Text Example

White with #0E119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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