Html Css Color HEX #0E1187 Ultramarine

📋 copy color: '#0E1187'

red 14 ◦ green 17 ◦ blue 135

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

Shades of Ultramarine #0E1187

Tints of Ultramarine #0E1187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 81.33%

R = 8.43%
G = 10.24%
B = 81.33%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E1187 (or 0x0E1187) is known color: Ultramarine. HEX triplet: 0E, 11 and 87. RGB value is (14,17,135). Sum of RGB (Red+Green+Blue) = 14+17+135=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E1187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1187 is #F1EE78. Grayscale: #1D1D1D. Windows color (decimal): -15855225 or 8851726. OLE color: 8851726.

HSL color Cylindrical-coordinate representation of color #0E1187: hue angle of 238.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1187 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 17 135 -
CMYK 0.90 0.87 0 0.47
HSL 238.51º 0.81% 0.29% -
HSV(B) 238.51º 0.9% 0.53% -
XYZ 4.75 2.24 23.1 -
YUV 29.56 187.51 116.91 -
System Red Green Blue C M Y K H S L
Decimal 14 17 135 0.90 0.87 0 0.47 238.51 0.81 0.29
Hex E 11 87 5A 57 0 2F EF 51 1D
Octal 16 21 207 132 127 0 57 357 121 35
Binary 1110 10001 10000111 1011010 1010111 0 101111 11101111 1010001 11101

Color Harmonies of #0E1187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1187

Black with #0E1187

Text Example


Text Example

White with #0E1187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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