Html Css Color HEX #0E127D Midnight Blue

📋 copy color: '#0E127D'

red 14 ◦ green 18 ◦ blue 125

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

Shades of Midnight Blue #0E127D

Tints of Midnight Blue #0E127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 8.92%
G = 11.46%
B = 79.62%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E127D (or 0x0E127D) is known color: Midnight Blue. HEX triplet: 0E, 12 and 7D. RGB value is (14,18,125). Sum of RGB (Red+Green+Blue) = 14+18+125=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E127D is #F1ED82. Grayscale: #1C1C1C. Windows color (decimal): -15854979 or 8196622. OLE color: 8196622.

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

Color convert

RGB 14 18 125 -
CMYK 0.89 0.86 0 0.51
HSL 237.84º 0.8% 0.27% -
HSV(B) 237.84º 0.89% 0.49% -
XYZ 4.1 2.01 19.57 -
YUV 29 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 14 18 125 0.89 0.86 0 0.51 237.84 0.8 0.27
Hex E 12 7D 59 56 0 33 EE 50 1B
Octal 16 22 175 131 126 0 63 356 120 33
Binary 1110 10010 1111101 1011001 1010110 0 110011 11101110 1010000 11011

Color Harmonies of #0E127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E127D

Black with #0E127D

Text Example


Text Example

White with #0E127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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