Html Css Color HEX #010E39 Midnight Express

📋 copy color: '#010E39'

red 1 ◦ green 14 ◦ blue 57

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

Shades of Midnight Express #010E39

Tints of Midnight Express #010E39

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 14 (5.86% from 255) = 19.44%

 BLUE value IS 57 (22.66% from 255) = 79.17%

R = 1.39%
G = 19.44%
B = 79.17%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#010E39 (or 0x010E39) is known color: Midnight Express. HEX triplet: 01, 0E and 39. RGB value is (1,14,57). Sum of RGB (Red+Green+Blue) = 1+14+57=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 57 (22.66% from 255 or 79.17% from 72); Max value from RGB is 57 - color contains mainly: blue. Hex color #010E39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E39 is #FEF1C6. Grayscale: #0E0E0E. Windows color (decimal): -16708039 or 3739137. OLE color: 3739137.

HSL color Cylindrical-coordinate representation of color #010E39: hue angle of 226.07º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E39 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 14 57 -
CMYK 0.98 0.75 0 0.78
HSL 226.07º 0.97% 0.11% -
HSV(B) 226.07º 0.98% 0.22% -
XYZ 0.91 0.62 3.94 -
YUV 15.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 1 14 57 0.98 0.75 0 0.78 226.07 0.97 0.11
Hex 1 E 39 62 4B 0 4E E2 61 B
Octal 1 16 71 142 113 0 116 342 141 13
Binary 1 1110 111001 1100010 1001011 0 1001110 11100010 1100001 1011

Color Harmonies of #010E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E39

Black with #010E39

Text Example


Text Example

White with #010E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010E39; }

 p { color: rgb(1,14,57); }

 H1.HeaderClassName
 {
   color: #010E39;
 }
 .AnyTagClassName
 {
   color: #010E39;
 }
</style>

background-color css

<style>
 a { background-color: #010E39; }

 a { background-color: rgb(1,14,57); }

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

border-color css

<style>
 span { border-color: #010E39; }

 span { border-color: rgb(1,14,57); }

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