Html Css Color HEX #10143A Midnight Express

📋 copy color: '#10143A'

red 16 ◦ green 20 ◦ blue 58

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

Shades of Midnight Express #10143A

Tints of Midnight Express #10143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

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

R = 17.02%
G = 21.28%
B = 61.7%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#10143A (or 0x10143A) is known color: Midnight Express. HEX triplet: 10, 14 and 3A. RGB value is (16,20,58). Sum of RGB (Red+Green+Blue) = 16+20+58=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #10143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10143A is #EFEBC5. Grayscale: #161616. Windows color (decimal): -15723462 or 3806224. OLE color: 3806224.

HSL color Cylindrical-coordinate representation of color #10143A: hue angle of 234.29º 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 #10143A is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 16 20 58 -
CMYK 0.72 0.66 0 0.77
HSL 234.29º 0.57% 0.15% -
HSV(B) 234.29º 0.72% 0.23% -
XYZ 1.23 0.92 4.12 -
YUV 23.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 16 20 58 0.72 0.66 0 0.77 234.29 0.57 0.15
Hex 10 14 3A 48 42 0 4D EA 39 F
Octal 20 24 72 110 102 0 115 352 71 17
Binary 10000 10100 111010 1001000 1000010 0 1001101 11101010 111001 1111

Color Harmonies of #10143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10143A

Black with #10143A

Text Example


Text Example

White with #10143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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