Html Css Color HEX #10194D Midnight Express

📋 copy color: '#10194D'

red 16 ◦ green 25 ◦ blue 77

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

Shades of Midnight Express #10194D

Tints of Midnight Express #10194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 65.25%

R = 13.56%
G = 21.19%
B = 65.25%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10194D (or 0x10194D) is known color: Midnight Express. HEX triplet: 10, 19 and 4D. RGB value is (16,25,77). Sum of RGB (Red+Green+Blue) = 16+25+77=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #10194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10194D is #EFE6B2. Grayscale: #1C1C1C. Windows color (decimal): -15722163 or 5052688. OLE color: 5052688.

HSL color Cylindrical-coordinate representation of color #10194D: hue angle of 231.15º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10194D is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 25 77 -
CMYK 0.79 0.68 0 0.70
HSL 231.15º 0.66% 0.18% -
HSV(B) 231.15º 0.79% 0.3% -
XYZ 1.9 1.34 7.18 -
YUV 28.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 16 25 77 0.79 0.68 0 0.70 231.15 0.66 0.18
Hex 10 19 4D 4F 44 0 46 E7 42 12
Octal 20 31 115 117 104 0 106 347 102 22
Binary 10000 11001 1001101 1001111 1000100 0 1000110 11100111 1000010 10010

Color Harmonies of #10194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10194D

Black with #10194D

Text Example


Text Example

White with #10194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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