Html Css Color HEX #0E143B Midnight Express

📋 copy color: '#0E143B'

red 14 ◦ green 20 ◦ blue 59

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

Shades of Midnight Express #0E143B

Tints of Midnight Express #0E143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 63.44%

R = 15.05%
G = 21.51%
B = 63.44%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0E143B (or 0x0E143B) is known color: Midnight Express. HEX triplet: 0E, 14 and 3B. RGB value is (14,20,59). Sum of RGB (Red+Green+Blue) = 14+20+59=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #0E143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E143B is #F1EBC4. Grayscale: #161616. Windows color (decimal): -15854533 or 3871758. OLE color: 3871758.

HSL color Cylindrical-coordinate representation of color #0E143B: hue angle of 232º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E143B is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 14 20 59 -
CMYK 0.76 0.66 0 0.77
HSL 232º 0.62% 0.14% -
HSV(B) 232º 0.76% 0.23% -
XYZ 1.22 0.91 4.25 -
YUV 22.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 14 20 59 0.76 0.66 0 0.77 232 0.62 0.14
Hex E 14 3B 4C 42 0 4D E8 3E E
Octal 16 24 73 114 102 0 115 350 76 16
Binary 1110 10100 111011 1001100 1000010 0 1001101 11101000 111110 1110

Color Harmonies of #0E143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E143B

Black with #0E143B

Text Example


Text Example

White with #0E143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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