Html Css Color HEX #0E0F3A Midnight Express

📋 copy color: '#0E0F3A'

red 14 ◦ green 15 ◦ blue 58

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

Shades of Midnight Express #0E0F3A

Tints of Midnight Express #0E0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.24%

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

R = 16.09%
G = 17.24%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0E0F3A (or 0x0E0F3A) is known color: Midnight Express. HEX triplet: 0E, 0F and 3A. RGB value is (14,15,58). Sum of RGB (Red+Green+Blue) = 14+15+58=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E0F3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0F3A is #F1F0C5. Grayscale: #131313. Windows color (decimal): -15855814 or 3804942. OLE color: 3804942.

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

Color convert

RGB 14 15 58 -
CMYK 0.76 0.74 0 0.77
HSL 238.64º 0.61% 0.14% -
HSV(B) 238.64º 0.76% 0.23% -
XYZ 1.12 0.74 4.09 -
YUV 19.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 14 15 58 0.76 0.74 0 0.77 238.64 0.61 0.14
Hex E F 3A 4C 4A 0 4D EF 3D E
Octal 16 17 72 114 112 0 115 357 75 16
Binary 1110 1111 111010 1001100 1001010 0 1001101 11101111 111101 1110

Color Harmonies of #0E0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0F3A

Black with #0E0F3A

Text Example


Text Example

White with #0E0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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