Html Css Color HEX #101249 Midnight Express

📋 copy color: '#101249'

red 16 ◦ green 18 ◦ blue 73

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

Shades of Midnight Express #101249

Tints of Midnight Express #101249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 14.95%
G = 16.82%
B = 68.22%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#101249 (or 0x101249) is known color: Midnight Express. HEX triplet: 10, 12 and 49. RGB value is (16,18,73). Sum of RGB (Red+Green+Blue) = 16+18+73=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #101249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101249 is #EFEDB6. Grayscale: #171717. Windows color (decimal): -15723959 or 4788752. OLE color: 4788752.

HSL color Cylindrical-coordinate representation of color #101249: hue angle of 237.89º 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 #101249 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 18 73 -
CMYK 0.78 0.75 0 0.71
HSL 237.89º 0.64% 0.17% -
HSV(B) 237.89º 0.78% 0.29% -
XYZ 1.63 1.02 6.41 -
YUV 23.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 16 18 73 0.78 0.75 0 0.71 237.89 0.64 0.17
Hex 10 12 49 4E 4B 0 47 EE 40 11
Octal 20 22 111 116 113 0 107 356 100 21
Binary 10000 10010 1001001 1001110 1001011 0 1000111 11101110 1000000 10001

Color Harmonies of #101249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101249

Black with #101249

Text Example


Text Example

White with #101249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101249; }

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

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

background-color css

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

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

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

border-color css

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

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

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