Html Css Color HEX #0E153A Midnight Express

📋 copy color: '#0E153A'

red 14 ◦ green 21 ◦ blue 58

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

Shades of Midnight Express #0E153A

Tints of Midnight Express #0E153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 58 (23.05% from 255) = 62.37%

R = 15.05%
G = 22.58%
B = 62.37%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0E153A (or 0x0E153A) is known color: Midnight Express. HEX triplet: 0E, 15 and 3A. RGB value is (14,21,58). Sum of RGB (Red+Green+Blue) = 14+21+58=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E153A is #F1EAC5. Grayscale: #161616. Windows color (decimal): -15854278 or 3806478. OLE color: 3806478.

HSL color Cylindrical-coordinate representation of color #0E153A: hue angle of 230.45º degrees, saturation: 0.61, 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 #0E153A is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 14 21 58 -
CMYK 0.76 0.64 0 0.77
HSL 230.45º 0.61% 0.14% -
HSV(B) 230.45º 0.76% 0.23% -
XYZ 1.21 0.94 4.12 -
YUV 23.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 14 21 58 0.76 0.64 0 0.77 230.45 0.61 0.14
Hex E 15 3A 4C 40 0 4D E6 3D E
Octal 16 25 72 114 100 0 115 346 75 16
Binary 1110 10101 111010 1001100 1000000 0 1001101 11100110 111101 1110

Color Harmonies of #0E153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E153A

Black with #0E153A

Text Example


Text Example

White with #0E153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,21,58); }

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

background-color css

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

 a { background-color: rgb(14,21,58); }

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

border-color css

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

 span { border-color: rgb(14,21,58); }

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