Html Css Color HEX #010E2A Midnight Express

📋 copy color: '#010E2A'

red 1 ◦ green 14 ◦ blue 42

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

Shades of Midnight Express #010E2A

Tints of Midnight Express #010E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 73.68%

R = 1.75%
G = 24.56%
B = 73.68%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#010E2A (or 0x010E2A) is known color: Midnight Express. HEX triplet: 01, 0E and 2A. RGB value is (1,14,42). Sum of RGB (Red+Green+Blue) = 1+14+42=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #010E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E2A is #FEF1D5. Grayscale: #0D0D0D. Windows color (decimal): -16708054 or 2756097. OLE color: 2756097.

HSL color Cylindrical-coordinate representation of color #010E2A: hue angle of 220.98º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E2A is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 14 42 -
CMYK 0.98 0.67 0 0.84
HSL 220.98º 0.95% 0.08% -
HSV(B) 220.98º 0.98% 0.16% -
XYZ 0.59 0.49 2.25 -
YUV 13.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 1 14 42 0.98 0.67 0 0.84 220.98 0.95 0.08
Hex 1 E 2A 62 43 0 54 DD 5F 8
Octal 1 16 52 142 103 0 124 335 137 10
Binary 1 1110 101010 1100010 1000011 0 1010100 11011101 1011111 1000

Color Harmonies of #010E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E2A

Black with #010E2A

Text Example


Text Example

White with #010E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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