Html Css Color HEX #0E187C Midnight Blue

📋 copy color: '#0E187C'

red 14 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #0E187C

Tints of Midnight Blue #0E187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 124 (48.83% from 255) = 76.54%

R = 8.64%
G = 14.81%
B = 76.54%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E187C (or 0x0E187C) is known color: Midnight Blue. HEX triplet: 0E, 18 and 7C. RGB value is (14,24,124). Sum of RGB (Red+Green+Blue) = 14+24+124=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E187C is #F1E783. Grayscale: #202020. Windows color (decimal): -15853444 or 8132622. OLE color: 8132622.

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

Color convert

RGB 14 24 124 -
CMYK 0.89 0.81 0 0.51
HSL 234.55º 0.8% 0.27% -
HSV(B) 234.55º 0.89% 0.49% -
XYZ 4.15 2.2 19.28 -
YUV 32.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 14 24 124 0.89 0.81 0 0.51 234.55 0.8 0.27
Hex E 18 7C 59 51 0 33 EB 50 1B
Octal 16 30 174 131 121 0 63 353 120 33
Binary 1110 11000 1111100 1011001 1010001 0 110011 11101011 1010000 11011

Color Harmonies of #0E187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E187C

Black with #0E187C

Text Example


Text Example

White with #0E187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,124); }

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

background-color css

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

 a { background-color: rgb(14,24,124); }

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

border-color css

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

 span { border-color: rgb(14,24,124); }

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