Html Css Color HEX #0E083D Midnight Express

📋 copy color: '#0E083D'

red 14 ◦ green 8 ◦ blue 61

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

Shades of Midnight Express #0E083D

Tints of Midnight Express #0E083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

 BLUE value IS 61 (24.22% from 255) = 73.49%

R = 16.87%
G = 9.64%
B = 73.49%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E083D (or 0x0E083D) is known color: Midnight Express. HEX triplet: 0E, 08 and 3D. RGB value is (14,8,61). Sum of RGB (Red+Green+Blue) = 14+8+61=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E083D is #F1F7C2. Grayscale: #0F0F0F. Windows color (decimal): -15857603 or 3999758. OLE color: 3999758.

HSL color Cylindrical-coordinate representation of color #0E083D: hue angle of 246.79º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E083D is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 8 61 -
CMYK 0.77 0.87 0 0.76
HSL 246.79º 0.77% 0.14% -
HSV(B) 246.79º 0.87% 0.24% -
XYZ 1.11 0.6 4.47 -
YUV 15.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 14 8 61 0.77 0.87 0 0.76 246.79 0.77 0.14
Hex E 8 3D 4D 57 0 4C F7 4D E
Octal 16 10 75 115 127 0 114 367 115 16
Binary 1110 1000 111101 1001101 1010111 0 1001100 11110111 1001101 1110

Color Harmonies of #0E083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E083D

Black with #0E083D

Text Example


Text Example

White with #0E083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,61); }

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

background-color css

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

 a { background-color: rgb(14,8,61); }

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

border-color css

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

 span { border-color: rgb(14,8,61); }

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