Html Css Color HEX #0E1733 Midnight Express

📋 copy color: '#0E1733'

red 14 ◦ green 23 ◦ blue 51

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

Shades of Midnight Express #0E1733

Tints of Midnight Express #0E1733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.14%

 BLUE value IS 51 (20.31% from 255) = 57.95%

R = 15.91%
G = 26.14%
B = 57.95%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0E1733 (or 0x0E1733) is known color: Midnight Express. HEX triplet: 0E, 17 and 33. RGB value is (14,23,51). Sum of RGB (Red+Green+Blue) = 14+23+51=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #0E1733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1733 is #F1E8CC. Grayscale: #171717. Windows color (decimal): -15853773 or 3348238. OLE color: 3348238.

HSL color Cylindrical-coordinate representation of color #0E1733: hue angle of 225.41º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1733 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 14 23 51 -
CMYK 0.73 0.55 0 0.8
HSL 225.41º 0.57% 0.13% -
HSV(B) 225.41º 0.73% 0.2% -
XYZ 1.09 0.95 3.26 -
YUV 23.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 14 23 51 0.73 0.55 0 0.8 225.41 0.57 0.13
Hex E 17 33 49 37 0 50 E1 39 D
Octal 16 27 63 111 67 0 120 341 71 15
Binary 1110 10111 110011 1001001 110111 0 1010000 11100001 111001 1101

Color Harmonies of #0E1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1733

Black with #0E1733

Text Example


Text Example

White with #0E1733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,23,51); }

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

background-color css

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

 a { background-color: rgb(14,23,51); }

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

border-color css

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

 span { border-color: rgb(14,23,51); }

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