Html Css Color HEX #102349 Midnight Express

📋 copy color: '#102349'

red 16 ◦ green 35 ◦ blue 73

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

Shades of Midnight Express #102349

Tints of Midnight Express #102349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

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

R = 12.9%
G = 28.23%
B = 58.87%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#102349 (or 0x102349) is known color: Midnight Express. HEX triplet: 10, 23 and 49. RGB value is (16,35,73). Sum of RGB (Red+Green+Blue) = 16+35+73=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #102349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102349 is #EFDCB6. Grayscale: #212121. Windows color (decimal): -15719607 or 4793104. OLE color: 4793104.

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

Color convert

RGB 16 35 73 -
CMYK 0.78 0.52 0 0.71
HSL 220º 0.64% 0.17% -
HSV(B) 220º 0.78% 0.29% -
XYZ 2.02 1.79 6.54 -
YUV 33.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 16 35 73 0.78 0.52 0 0.71 220 0.64 0.17
Hex 10 23 49 4E 34 0 47 DC 40 11
Octal 20 43 111 116 64 0 107 334 100 21
Binary 10000 100011 1001001 1001110 110100 0 1000111 11011100 1000000 10001

Color Harmonies of #102349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102349

Black with #102349

Text Example


Text Example

White with #102349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102349; }

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

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

background-color css

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

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

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

border-color css

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

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

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