Html Css Color HEX #102449 Midnight Express

📋 copy color: '#102449'

red 16 ◦ green 36 ◦ blue 73

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

Shades of Midnight Express #102449

Tints of Midnight Express #102449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

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

R = 12.8%
G = 28.8%
B = 58.4%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#102449 (or 0x102449) is known color: Midnight Express. HEX triplet: 10, 24 and 49. RGB value is (16,36,73). Sum of RGB (Red+Green+Blue) = 16+36+73=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #102449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102449 is #EFDBB6. Grayscale: #222222. Windows color (decimal): -15719351 or 4793360. OLE color: 4793360.

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

Color convert

RGB 16 36 73 -
CMYK 0.78 0.51 0 0.71
HSL 218.95º 0.64% 0.17% -
HSV(B) 218.95º 0.78% 0.29% -
XYZ 2.05 1.85 6.55 -
YUV 34.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 16 36 73 0.78 0.51 0 0.71 218.95 0.64 0.17
Hex 10 24 49 4E 33 0 47 DB 40 11
Octal 20 44 111 116 63 0 107 333 100 21
Binary 10000 100100 1001001 1001110 110011 0 1000111 11011011 1000000 10001

Color Harmonies of #102449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102449

Black with #102449

Text Example


Text Example

White with #102449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102449; }

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

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

background-color css

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

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

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

border-color css

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

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

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