Html Css Color HEX #0E1864 Midnight Blue

📋 copy color: '#0E1864'

red 14 ◦ green 24 ◦ blue 100

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

Shades of Midnight Blue #0E1864

Tints of Midnight Blue #0E1864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 72.46%

R = 10.14%
G = 17.39%
B = 72.46%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0E1864 (or 0x0E1864) is known color: Midnight Blue. HEX triplet: 0E, 18 and 64. RGB value is (14,24,100). Sum of RGB (Red+Green+Blue) = 14+24+100=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E1864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1864 is #F1E79B. Grayscale: #1D1D1D. Windows color (decimal): -15853468 or 6559758. OLE color: 6559758.

HSL color Cylindrical-coordinate representation of color #0E1864: hue angle of 233.02º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1864 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 14 24 100 -
CMYK 0.86 0.76 0 0.61
HSL 233.02º 0.75% 0.22% -
HSV(B) 233.02º 0.86% 0.39% -
XYZ 2.81 1.67 12.23 -
YUV 29.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 14 24 100 0.86 0.76 0 0.61 233.02 0.75 0.22
Hex E 18 64 56 4C 0 3D E9 4B 16
Octal 16 30 144 126 114 0 75 351 113 26
Binary 1110 11000 1100100 1010110 1001100 0 111101 11101001 1001011 10110

Color Harmonies of #0E1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1864

Black with #0E1864

Text Example


Text Example

White with #0E1864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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