Html Css Color HEX #0E1353 Midnight Blue

📋 copy color: '#0E1353'

red 14 ◦ green 19 ◦ blue 83

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

Shades of Midnight Blue #0E1353

Tints of Midnight Blue #0E1353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 71.55%

R = 12.07%
G = 16.38%
B = 71.55%

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

#0E1353 (or 0x0E1353) is known color: Midnight Blue. HEX triplet: 0E, 13 and 53. RGB value is (14,19,83). Sum of RGB (Red+Green+Blue) = 14+19+83=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E1353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1353 is #F1ECAC. Grayscale: #181818. Windows color (decimal): -15854765 or 5444366. OLE color: 5444366.

HSL color Cylindrical-coordinate representation of color #0E1353: hue angle of 235.65º 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 #0E1353 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 19 83 -
CMYK 0.83 0.77 0 0.67
HSL 235.65º 0.71% 0.19% -
HSV(B) 235.65º 0.83% 0.33% -
XYZ 1.98 1.18 8.31 -
YUV 24.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 14 19 83 0.83 0.77 0 0.67 235.65 0.71 0.19
Hex E 13 53 53 4D 0 43 EC 47 13
Octal 16 23 123 123 115 0 103 354 107 23
Binary 1110 10011 1010011 1010011 1001101 0 1000011 11101100 1000111 10011

Color Harmonies of #0E1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1353

Black with #0E1353

Text Example


Text Example

White with #0E1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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