Html Css Color HEX #10163A Midnight Express

📋 copy color: '#10163A'

red 16 ◦ green 22 ◦ blue 58

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

Shades of Midnight Express #10163A

Tints of Midnight Express #10163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 16.67%
G = 22.92%
B = 60.42%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#10163A (or 0x10163A) is known color: Midnight Express. HEX triplet: 10, 16 and 3A. RGB value is (16,22,58). Sum of RGB (Red+Green+Blue) = 16+22+58=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #10163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10163A is #EFE9C5. Grayscale: #181818. Windows color (decimal): -15722950 or 3806736. OLE color: 3806736.

HSL color Cylindrical-coordinate representation of color #10163A: hue angle of 231.43º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10163A is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 16 22 58 -
CMYK 0.72 0.62 0 0.77
HSL 231.43º 0.57% 0.15% -
HSV(B) 231.43º 0.72% 0.23% -
XYZ 1.26 0.99 4.13 -
YUV 24.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 16 22 58 0.72 0.62 0 0.77 231.43 0.57 0.15
Hex 10 16 3A 48 3E 0 4D E7 39 F
Octal 20 26 72 110 76 0 115 347 71 17
Binary 10000 10110 111010 1001000 111110 0 1001101 11100111 111001 1111

Color Harmonies of #10163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10163A

Black with #10163A

Text Example


Text Example

White with #10163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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