Html Css Color HEX #0E1D41 Midnight Express

📋 copy color: '#0E1D41'

red 14 ◦ green 29 ◦ blue 65

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

Shades of Midnight Express #0E1D41

Tints of Midnight Express #0E1D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.85%

 BLUE value IS 65 (25.78% from 255) = 60.19%

R = 12.96%
G = 26.85%
B = 60.19%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0E1D41 (or 0x0E1D41) is known color: Midnight Express. HEX triplet: 0E, 1D and 41. RGB value is (14,29,65). Sum of RGB (Red+Green+Blue) = 14+29+65=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E1D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D41 is #F1E2BE. Grayscale: #1C1C1C. Windows color (decimal): -15852223 or 4267278. OLE color: 4267278.

HSL color Cylindrical-coordinate representation of color #0E1D41: hue angle of 222.35º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E1D41 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 29 65 -
CMYK 0.78 0.55 0 0.75
HSL 222.35º 0.65% 0.15% -
HSV(B) 222.35º 0.78% 0.25% -
XYZ 1.57 1.35 5.18 -
YUV 28.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 14 29 65 0.78 0.55 0 0.75 222.35 0.65 0.15
Hex E 1D 41 4E 37 0 4B DE 41 F
Octal 16 35 101 116 67 0 113 336 101 17
Binary 1110 11101 1000001 1001110 110111 0 1001011 11011110 1000001 1111

Color Harmonies of #0E1D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D41

Black with #0E1D41

Text Example


Text Example

White with #0E1D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,29,65); }

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

background-color css

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

 a { background-color: rgb(14,29,65); }

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

border-color css

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

 span { border-color: rgb(14,29,65); }

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