Html Css Color HEX #10164E Midnight Express

📋 copy color: '#10164E'

red 16 ◦ green 22 ◦ blue 78

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

Shades of Midnight Express #10164E

Tints of Midnight Express #10164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.97%

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

R = 13.79%
G = 18.97%
B = 67.24%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10164E (or 0x10164E) is known color: Midnight Express. HEX triplet: 10, 16 and 4E. RGB value is (16,22,78). Sum of RGB (Red+Green+Blue) = 16+22+78=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #10164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10164E is #EFE9B1. Grayscale: #1A1A1A. Windows color (decimal): -15722930 or 5117456. OLE color: 5117456.

HSL color Cylindrical-coordinate representation of color #10164E: hue angle of 234.19º 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 #10164E is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 22 78 -
CMYK 0.79 0.72 0 0.69
HSL 234.19º 0.66% 0.18% -
HSV(B) 234.19º 0.79% 0.31% -
XYZ 1.88 1.23 7.35 -
YUV 26.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 16 22 78 0.79 0.72 0 0.69 234.19 0.66 0.18
Hex 10 16 4E 4F 48 0 45 EA 42 12
Octal 20 26 116 117 110 0 105 352 102 22
Binary 10000 10110 1001110 1001111 1001000 0 1000101 11101010 1000010 10010

Color Harmonies of #10164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10164E

Black with #10164E

Text Example


Text Example

White with #10164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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