Html Css Color HEX #0E203F Midnight Express

📋 copy color: '#0E203F'

red 14 ◦ green 32 ◦ blue 63

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

Shades of Midnight Express #0E203F

Tints of Midnight Express #0E203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.36%

 BLUE value IS 63 (25% from 255) = 57.8%

R = 12.84%
G = 29.36%
B = 57.8%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0E203F (or 0x0E203F) is known color: Midnight Express. HEX triplet: 0E, 20 and 3F. RGB value is (14,32,63). Sum of RGB (Red+Green+Blue) = 14+32+63=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #0E203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E203F is #F1DFC0. Grayscale: #1E1E1E. Windows color (decimal): -15851457 or 4136974. OLE color: 4136974.

HSL color Cylindrical-coordinate representation of color #0E203F: hue angle of 217.96º degrees, saturation: 0.64, 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 #0E203F is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 32 63 -
CMYK 0.78 0.49 0 0.75
HSL 217.96º 0.64% 0.15% -
HSV(B) 217.96º 0.78% 0.25% -
XYZ 1.59 1.49 4.91 -
YUV 30.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 14 32 63 0.78 0.49 0 0.75 217.96 0.64 0.15
Hex E 20 3F 4E 31 0 4B DA 40 F
Octal 16 40 77 116 61 0 113 332 100 17
Binary 1110 100000 111111 1001110 110001 0 1001011 11011010 1000000 1111

Color Harmonies of #0E203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E203F

Black with #0E203F

Text Example


Text Example

White with #0E203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,63); }

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

background-color css

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

 a { background-color: rgb(14,32,63); }

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

border-color css

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

 span { border-color: rgb(14,32,63); }

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