Html Css Color HEX #100E3B Midnight Express

📋 copy color: '#100E3B'

red 16 ◦ green 14 ◦ blue 59

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

Shades of Midnight Express #100E3B

Tints of Midnight Express #100E3B

RGB

 RED value IS 16 (6.64% from 255) = 17.98%

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

 BLUE value IS 59 (23.44% from 255) = 66.29%

R = 17.98%
G = 15.73%
B = 66.29%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#100E3B (or 0x100E3B) is known color: Midnight Express. HEX triplet: 10, 0E and 3B. RGB value is (16,14,59). Sum of RGB (Red+Green+Blue) = 16+14+59=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #100E3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E3B is #EFF1C4. Grayscale: #131313. Windows color (decimal): -15724997 or 3870224. OLE color: 3870224.

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

Color convert

RGB 16 14 59 -
CMYK 0.73 0.76 0 0.77
HSL 242.67º 0.62% 0.14% -
HSV(B) 242.67º 0.76% 0.23% -
XYZ 1.16 0.74 4.22 -
YUV 19.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 16 14 59 0.73 0.76 0 0.77 242.67 0.62 0.14
Hex 10 E 3B 49 4C 0 4D F3 3E E
Octal 20 16 73 111 114 0 115 363 76 16
Binary 10000 1110 111011 1001001 1001100 0 1001101 11110011 111110 1110

Color Harmonies of #100E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E3B

Black with #100E3B

Text Example


Text Example

White with #100E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E3B; }

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

 H1.HeaderClassName
 {
   color: #100E3B;
 }
 .AnyTagClassName
 {
   color: #100E3B;
 }
</style>

background-color css

<style>
 a { background-color: #100E3B; }

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

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

border-color css

<style>
 span { border-color: #100E3B; }

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

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