Html Css Color HEX #10194E Midnight Express

📋 copy color: '#10194E'

red 16 ◦ green 25 ◦ blue 78

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

Shades of Midnight Express #10194E

Tints of Midnight Express #10194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 65.55%

R = 13.45%
G = 21.01%
B = 65.55%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10194E (or 0x10194E) is known color: Midnight Express. HEX triplet: 10, 19 and 4E. RGB value is (16,25,78). Sum of RGB (Red+Green+Blue) = 16+25+78=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #10194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10194E is #EFE6B1. Grayscale: #1C1C1C. Windows color (decimal): -15722162 or 5118224. OLE color: 5118224.

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

Color convert

RGB 16 25 78 -
CMYK 0.79 0.68 0 0.69
HSL 231.29º 0.66% 0.18% -
HSV(B) 231.29º 0.79% 0.31% -
XYZ 1.94 1.36 7.37 -
YUV 28.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 16 25 78 0.79 0.68 0 0.69 231.29 0.66 0.18
Hex 10 19 4E 4F 44 0 45 E7 42 12
Octal 20 31 116 117 104 0 105 347 102 22
Binary 10000 11001 1001110 1001111 1000100 0 1000101 11100111 1000010 10010

Color Harmonies of #10194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10194E

Black with #10194E

Text Example


Text Example

White with #10194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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