Html Css Color HEX #101949 Midnight Express

📋 copy color: '#101949'

red 16 ◦ green 25 ◦ blue 73

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

Shades of Midnight Express #101949

Tints of Midnight Express #101949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

 BLUE value IS 73 (28.91% from 255) = 64.04%

R = 14.04%
G = 21.93%
B = 64.04%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#101949 (or 0x101949) is known color: Midnight Express. HEX triplet: 10, 19 and 49. RGB value is (16,25,73). Sum of RGB (Red+Green+Blue) = 16+25+73=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #101949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101949 is #EFE6B6. Grayscale: #1B1B1B. Windows color (decimal): -15722167 or 4790544. OLE color: 4790544.

HSL color Cylindrical-coordinate representation of color #101949: hue angle of 230.53º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101949 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 25 73 -
CMYK 0.78 0.66 0 0.71
HSL 230.53º 0.64% 0.17% -
HSV(B) 230.53º 0.78% 0.29% -
XYZ 1.76 1.29 6.46 -
YUV 27.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 16 25 73 0.78 0.66 0 0.71 230.53 0.64 0.17
Hex 10 19 49 4E 42 0 47 E7 40 11
Octal 20 31 111 116 102 0 107 347 100 21
Binary 10000 11001 1001001 1001110 1000010 0 1000111 11100111 1000000 10001

Color Harmonies of #101949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101949

Black with #101949

Text Example


Text Example

White with #101949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101949; }

 p { color: rgb(16,25,73); }

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

background-color css

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

 a { background-color: rgb(16,25,73); }

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

border-color css

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

 span { border-color: rgb(16,25,73); }

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