Html Css Color HEX #0E1038 Midnight Express

📋 copy color: '#0E1038'

red 14 ◦ green 16 ◦ blue 56

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

Shades of Midnight Express #0E1038

Tints of Midnight Express #0E1038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

 BLUE value IS 56 (22.27% from 255) = 65.12%

R = 16.28%
G = 18.6%
B = 65.12%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E1038 (or 0x0E1038) is known color: Midnight Express. HEX triplet: 0E, 10 and 38. RGB value is (14,16,56). Sum of RGB (Red+Green+Blue) = 14+16+56=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1038 is #F1EFC7. Grayscale: #131313. Windows color (decimal): -15855560 or 3674126. OLE color: 3674126.

HSL color Cylindrical-coordinate representation of color #0E1038: hue angle of 237.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E1038 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 16 56 -
CMYK 0.75 0.71 0 0.78
HSL 237.14º 0.6% 0.14% -
HSV(B) 237.14º 0.75% 0.22% -
XYZ 1.08 0.75 3.83 -
YUV 19.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 14 16 56 0.75 0.71 0 0.78 237.14 0.6 0.14
Hex E 10 38 4B 47 0 4E ED 3C E
Octal 16 20 70 113 107 0 116 355 74 16
Binary 1110 10000 111000 1001011 1000111 0 1001110 11101101 111100 1110

Color Harmonies of #0E1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1038

Black with #0E1038

Text Example


Text Example

White with #0E1038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,56); }

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

background-color css

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

 a { background-color: rgb(14,16,56); }

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

border-color css

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

 span { border-color: rgb(14,16,56); }

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