Html Css Color HEX #10174D Midnight Express

📋 copy color: '#10174D'

red 16 ◦ green 23 ◦ blue 77

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

Shades of Midnight Express #10174D

Tints of Midnight Express #10174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 13.79%
G = 19.83%
B = 66.38%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10174D (or 0x10174D) is known color: Midnight Express. HEX triplet: 10, 17 and 4D. RGB value is (16,23,77). Sum of RGB (Red+Green+Blue) = 16+23+77=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #10174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10174D is #EFE8B2. Grayscale: #1A1A1A. Windows color (decimal): -15722675 or 5052176. OLE color: 5052176.

HSL color Cylindrical-coordinate representation of color #10174D: hue angle of 233.11º 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 #10174D is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 23 77 -
CMYK 0.79 0.70 0 0.70
HSL 233.11º 0.66% 0.18% -
HSV(B) 233.11º 0.79% 0.3% -
XYZ 1.86 1.26 7.17 -
YUV 27.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 16 23 77 0.79 0.70 0 0.70 233.11 0.66 0.18
Hex 10 17 4D 4F 46 0 46 E9 42 12
Octal 20 27 115 117 106 0 106 351 102 22
Binary 10000 10111 1001101 1001111 1000110 0 1000110 11101001 1000010 10010

Color Harmonies of #10174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10174D

Black with #10174D

Text Example


Text Example

White with #10174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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