Html Css Color HEX #10164D Midnight Express

📋 copy color: '#10164D'

red 16 ◦ green 22 ◦ blue 77

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

Shades of Midnight Express #10164D

Tints of Midnight Express #10164D

RGB

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

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

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

R = 13.91%
G = 19.13%
B = 66.96%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10164D (or 0x10164D) is known color: Midnight Express. HEX triplet: 10, 16 and 4D. RGB value is (16,22,77). Sum of RGB (Red+Green+Blue) = 16+22+77=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #10164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10164D is #EFE9B2. Grayscale: #1A1A1A. Windows color (decimal): -15722931 or 5051920. OLE color: 5051920.

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

Color convert

RGB 16 22 77 -
CMYK 0.79 0.71 0 0.70
HSL 234.1º 0.66% 0.18% -
HSV(B) 234.1º 0.79% 0.3% -
XYZ 1.84 1.22 7.16 -
YUV 26.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 16 22 77 0.79 0.71 0 0.70 234.1 0.66 0.18
Hex 10 16 4D 4F 47 0 46 EA 42 12
Octal 20 26 115 117 107 0 106 352 102 22
Binary 10000 10110 1001101 1001111 1000111 0 1000110 11101010 1000010 10010

Color Harmonies of #10164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10164D

Black with #10164D

Text Example


Text Example

White with #10164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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