Html Css Color HEX #100E41 Midnight Express

📋 copy color: '#100E41'

red 16 ◦ green 14 ◦ blue 65

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

Shades of Midnight Express #100E41

Tints of Midnight Express #100E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 68.42%

R = 16.84%
G = 14.74%
B = 68.42%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#100E41 (or 0x100E41) is known color: Midnight Express. HEX triplet: 10, 0E and 41. RGB value is (16,14,65). Sum of RGB (Red+Green+Blue) = 16+14+65=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #100E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E41 is #EFF1BE. Grayscale: #141414. Windows color (decimal): -15724991 or 4263440. OLE color: 4263440.

HSL color Cylindrical-coordinate representation of color #100E41: hue angle of 242.35º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100E41 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 14 65 -
CMYK 0.75 0.78 0 0.75
HSL 242.35º 0.65% 0.15% -
HSV(B) 242.35º 0.78% 0.25% -
XYZ 1.32 0.81 5.09 -
YUV 20.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 16 14 65 0.75 0.78 0 0.75 242.35 0.65 0.15
Hex 10 E 41 4B 4E 0 4B F2 41 F
Octal 20 16 101 113 116 0 113 362 101 17
Binary 10000 1110 1000001 1001011 1001110 0 1001011 11110010 1000001 1111

Color Harmonies of #100E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E41

Black with #100E41

Text Example


Text Example

White with #100E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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