Html Css Color HEX #0E1354 Midnight Blue

📋 copy color: '#0E1354'

red 14 ◦ green 19 ◦ blue 84

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

Shades of Midnight Blue #0E1354

Tints of Midnight Blue #0E1354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 71.79%

R = 11.97%
G = 16.24%
B = 71.79%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E1354 (or 0x0E1354) is known color: Midnight Blue. HEX triplet: 0E, 13 and 54. RGB value is (14,19,84). Sum of RGB (Red+Green+Blue) = 14+19+84=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E1354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1354 is #F1ECAB. Grayscale: #181818. Windows color (decimal): -15854764 or 5509902. OLE color: 5509902.

HSL color Cylindrical-coordinate representation of color #0E1354: hue angle of 235.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E1354 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 19 84 -
CMYK 0.83 0.77 0 0.67
HSL 235.71º 0.71% 0.19% -
HSV(B) 235.71º 0.83% 0.33% -
XYZ 2.01 1.2 8.51 -
YUV 24.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 14 19 84 0.83 0.77 0 0.67 235.71 0.71 0.19
Hex E 13 54 53 4D 0 43 EC 47 13
Octal 16 23 124 123 115 0 103 354 107 23
Binary 1110 10011 1010100 1010011 1001101 0 1000011 11101100 1000111 10011

Color Harmonies of #0E1354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1354

Black with #0E1354

Text Example


Text Example

White with #0E1354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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