Html Css Color HEX #10164F Midnight Express

📋 copy color: '#10164F'

red 16 ◦ green 22 ◦ blue 79

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

Shades of Midnight Express #10164F

Tints of Midnight Express #10164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 67.52%

R = 13.68%
G = 18.8%
B = 67.52%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10164F (or 0x10164F) is known color: Midnight Express. HEX triplet: 10, 16 and 4F. RGB value is (16,22,79). Sum of RGB (Red+Green+Blue) = 16+22+79=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #10164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10164F is #EFE9B0. Grayscale: #1A1A1A. Windows color (decimal): -15722929 or 5182992. OLE color: 5182992.

HSL color Cylindrical-coordinate representation of color #10164F: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10164F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 22 79 -
CMYK 0.80 0.72 0 0.69
HSL 234.29º 0.66% 0.19% -
HSV(B) 234.29º 0.8% 0.31% -
XYZ 1.91 1.25 7.54 -
YUV 26.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 16 22 79 0.80 0.72 0 0.69 234.29 0.66 0.19
Hex 10 16 4F 50 48 0 45 EA 42 13
Octal 20 26 117 120 110 0 105 352 102 23
Binary 10000 10110 1001111 1010000 1001000 0 1000101 11101010 1000010 10011

Color Harmonies of #10164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10164F

Black with #10164F

Text Example


Text Example

White with #10164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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