Html Css Color HEX #0E137D Midnight Blue

📋 copy color: '#0E137D'

red 14 ◦ green 19 ◦ blue 125

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

Shades of Midnight Blue #0E137D

Tints of Midnight Blue #0E137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 125 (49.22% from 255) = 79.11%

R = 8.86%
G = 12.03%
B = 79.11%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E137D (or 0x0E137D) is known color: Midnight Blue. HEX triplet: 0E, 13 and 7D. RGB value is (14,19,125). Sum of RGB (Red+Green+Blue) = 14+19+125=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E137D is #F1EC82. Grayscale: #1D1D1D. Windows color (decimal): -15854723 or 8196878. OLE color: 8196878.

HSL color Cylindrical-coordinate representation of color #0E137D: hue angle of 237.3º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E137D is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 19 125 -
CMYK 0.89 0.85 0 0.51
HSL 237.3º 0.8% 0.27% -
HSV(B) 237.3º 0.89% 0.49% -
XYZ 4.12 2.04 19.58 -
YUV 29.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 14 19 125 0.89 0.85 0 0.51 237.3 0.8 0.27
Hex E 13 7D 59 55 0 33 ED 50 1B
Octal 16 23 175 131 125 0 63 355 120 33
Binary 1110 10011 1111101 1011001 1010101 0 110011 11101101 1010000 11011

Color Harmonies of #0E137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E137D

Black with #0E137D

Text Example


Text Example

White with #0E137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,125); }

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

background-color css

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

 a { background-color: rgb(14,19,125); }

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

border-color css

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

 span { border-color: rgb(14,19,125); }

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