Html Css Color HEX #010E30 Midnight Express

📋 copy color: '#010E30'

red 1 ◦ green 14 ◦ blue 48

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

Shades of Midnight Express #010E30

Tints of Midnight Express #010E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 76.19%

R = 1.59%
G = 22.22%
B = 76.19%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#010E30 (or 0x010E30) is known color: Midnight Express. HEX triplet: 01, 0E and 30. RGB value is (1,14,48). Sum of RGB (Red+Green+Blue) = 1+14+48=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #010E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E30 is #FEF1CF. Grayscale: #0D0D0D. Windows color (decimal): -16708048 or 3149313. OLE color: 3149313.

HSL color Cylindrical-coordinate representation of color #010E30: hue angle of 223.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E30 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 14 48 -
CMYK 0.98 0.71 0 0.81
HSL 223.4º 0.96% 0.1% -
HSV(B) 223.4º 0.98% 0.19% -
XYZ 0.7 0.53 2.86 -
YUV 13.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 1 14 48 0.98 0.71 0 0.81 223.4 0.96 0.1
Hex 1 E 30 62 47 0 51 DF 60 A
Octal 1 16 60 142 107 0 121 337 140 12
Binary 1 1110 110000 1100010 1000111 0 1010001 11011111 1100000 1010

Color Harmonies of #010E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E30

Black with #010E30

Text Example


Text Example

White with #010E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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