Html Css Color HEX #10164A Midnight Express

📋 copy color: '#10164A'

red 16 ◦ green 22 ◦ blue 74

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

Shades of Midnight Express #10164A

Tints of Midnight Express #10164A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.07%

R = 14.29%
G = 19.64%
B = 66.07%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10164A (or 0x10164A) is known color: Midnight Express. HEX triplet: 10, 16 and 4A. RGB value is (16,22,74). Sum of RGB (Red+Green+Blue) = 16+22+74=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #10164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10164A is #EFE9B5. Grayscale: #191919. Windows color (decimal): -15722934 or 4855312. OLE color: 4855312.

HSL color Cylindrical-coordinate representation of color #10164A: hue angle of 233.79º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10164A is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 22 74 -
CMYK 0.78 0.70 0 0.71
HSL 233.79º 0.64% 0.18% -
HSV(B) 233.79º 0.78% 0.29% -
XYZ 1.74 1.18 6.61 -
YUV 26.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 16 22 74 0.78 0.70 0 0.71 233.79 0.64 0.18
Hex 10 16 4A 4E 46 0 47 EA 40 12
Octal 20 26 112 116 106 0 107 352 100 22
Binary 10000 10110 1001010 1001110 1000110 0 1000111 11101010 1000000 10010

Color Harmonies of #10164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10164A

Black with #10164A

Text Example


Text Example

White with #10164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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