Html Css Color HEX #0E1463 Midnight Blue

📋 copy color: '#0E1463'

red 14 ◦ green 20 ◦ blue 99

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

Shades of Midnight Blue #0E1463

Tints of Midnight Blue #0E1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

 BLUE value IS 99 (39.06% from 255) = 74.44%

R = 10.53%
G = 15.04%
B = 74.44%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0E1463 (or 0x0E1463) is known color: Midnight Blue. HEX triplet: 0E, 14 and 63. RGB value is (14,20,99). Sum of RGB (Red+Green+Blue) = 14+20+99=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E1463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1463 is #F1EB9C. Grayscale: #1A1A1A. Windows color (decimal): -15854493 or 6493198. OLE color: 6493198.

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

Color convert

RGB 14 20 99 -
CMYK 0.86 0.80 0 0.61
HSL 235.76º 0.75% 0.22% -
HSV(B) 235.76º 0.86% 0.39% -
XYZ 2.68 1.49 11.95 -
YUV 27.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 14 20 99 0.86 0.80 0 0.61 235.76 0.75 0.22
Hex E 14 63 56 50 0 3D EC 4B 16
Octal 16 24 143 126 120 0 75 354 113 26
Binary 1110 10100 1100011 1010110 1010000 0 111101 11101100 1001011 10110

Color Harmonies of #0E1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1463

Black with #0E1463

Text Example


Text Example

White with #0E1463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,20,99); }

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

background-color css

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

 a { background-color: rgb(14,20,99); }

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

border-color css

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

 span { border-color: rgb(14,20,99); }

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